mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
1a65a71643
commit
ed99bcd54c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user