From 3bdb8fdacd0b42a524a19186a71f086798ee2c84 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 24 Mar 2013 23:37:41 +0800 Subject: [PATCH] .. --- src/HTMLRenderer/state.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HTMLRenderer/state.cc b/src/HTMLRenderer/state.cc index c4f7e32..d1662e2 100644 --- a/src/HTMLRenderer/state.cc +++ b/src/HTMLRenderer/state.cc @@ -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)) {