1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-08-09 00:13:56 +08:00
parent 23d91f689c
commit 780dbd0cb1

View File

@ -242,7 +242,7 @@ void HTMLRenderer::drawString(GfxState * state, GooString * s)
}
//hidden
if(state->getRender() & 3 == 3)
if((state->getRender() & 3) == 3)
{
return;
}