1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00
This commit is contained in:
Lu Wang 2013-03-24 23:37:41 +08:00
parent 6b9b12afdd
commit 3bdb8fdacd

View File

@ -270,6 +270,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
}
// see if the new line is compatible with the current line with proper position shift
// don't bother doing the heavy job when (new_line_state == NLS_DIV)
// depends: rise & text position & transformation
if(need_recheck_position && (new_line_state < NLS_DIV))
{