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 19:06:47 +08:00
parent f8ee702dfe
commit 19a86e98bf

View File

@ -247,7 +247,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
if(!is_positive(new_draw_font_size))
{
// CSS cannot handle flipped pages
new_draw_font_size = -new_draw_font_size;
new_draw_font_size *= -1;
for(int i = 0; i < 4; ++i)
new_draw_text_tm[i] *= -1;