1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-09-28 17:21:29 +00:00
This commit is contained in:
Lu Wang 2013-10-18 17:34:43 +08:00
parent 1a65a71643
commit ed99bcd54c

View File

@ -286,7 +286,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
new_draw_text_scale = 1.0;
}
if(!is_positive(new_draw_font_size))
if(is_positive(-new_draw_font_size))
{
// CSS cannot handle flipped pages
new_draw_font_size *= -1;