[Poppler-bugs] [Bug 64815] [TAGGEDPDF] Parse the Tagged-PDF document structure tree when present

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 5 06:14:59 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=64815

--- Comment #65 from Adrian Perez de Castro <aperez at igalia.com> ---
(In reply to comment #64)
> Comment on attachment 90249 [details] [review]
> [PATCH v12 01/11] Tagged-PDF: Text content extraction from structure elements
> 
> Review of attachment 90249 [details] [review]:
> -----------------------------------------------------------------
> 
> ::: poppler/MarkedContentOutputDev.cc
> @@ +135,5 @@
> > +  // the render mode (for mode 1 stroke color is used), so there is no need
> > +  // to implement both updateFillColor() and updateStrokeColor().
> > +  GBool colorChange = gFalse;
> > +  GfxRGB color;
> > +  if (state->getRender() == 1)
> 
> This is a mask, it should be if ((state->getRender() & 3) == 1)

Done. Also, the updated version I am uploading has better code for GfxFont
comparison.

(See http://lists.freedesktop.org/archives/poppler/2013-December/010702.html)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20131205/8d903802/attachment.html>


More information about the Poppler-bugs mailing list