[Poppler-bugs] [Bug 2807] doesn't handle text rendering modes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 16 06:27:39 PDT 2010


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

Carlos Garcia Campos <carlosgc at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Thomas.Freitag at alfa.de

--- Comment #11 from Carlos Garcia Campos <carlosgc at gnome.org> 2010-06-16 06:27:39 PDT ---
(In reply to comment #10)
> Created an attachment (id=36253)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=36253)
> acroread vs. poppler-0.14.0 rendering
> 
> The external outline is missing in poppler.

Yes, this is because when using a pattern to draw text we are always assuming
the text rendering mode is 0 (fill text) and doPatternFill is called. In this
case the rendering mode is 2 (fill and stroke). We are indeed saving the
rendering mode before changing it to 7, but we are not using it after text has
been added to the path for clipping. 

Thomas, could you take a look at it, please?

> BTW, gtk-cairo-test from poppler-0.14.0 refuses to load the file. I don't know
> why.

It works for me, remember you need to use file:// with gtk-cairo-test

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list