mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
text pos state bug
This commit is contained in:
parent
a8afb70fb8
commit
0ebde85465
@ -86,7 +86,7 @@ void HTMLRenderer::check_state_change(GfxState * state)
|
|||||||
// we've been tracking the text position positively in update... function
|
// we've been tracking the text position positively in update... function
|
||||||
if(all_changed || text_pos_changed)
|
if(all_changed || text_pos_changed)
|
||||||
{
|
{
|
||||||
need_rescale_font = true;
|
need_recheck_position = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// draw_tx, draw_ty
|
// draw_tx, draw_ty
|
||||||
|
Loading…
Reference in New Issue
Block a user