[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 03:51:20 PST 2013


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

--- Comment #64 from Carlos Garcia Campos <carlosgc at gnome.org> ---
Comment on attachment 90249
  --> https://bugs.freedesktop.org/attachment.cgi?id=90249
[PATCH v12 01/11] Tagged-PDF: Text content extraction from structure elements

Review of attachment 90249:
-----------------------------------------------------------------

::: 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)

-- 
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/53c60189/attachment.html>


More information about the Poppler-bugs mailing list