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