mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
..
This commit is contained in:
parent
23d91f689c
commit
780dbd0cb1
@ -242,7 +242,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//hidden
|
//hidden
|
||||||
if(state->getRender() & 3 == 3)
|
if((state->getRender() & 3) == 3)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user