[Poppler-bugs] [Bug 26243] PDF renders incorrectly
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jan 28 11:55:16 PST 2010
http://bugs.freedesktop.org/show_bug.cgi?id=26243
--- Comment #11 from thomasf <Thomas.Freitag at alfa.de> 2010-01-28 11:55:15 PST ---
(In reply to comment #9)
> For me it's all fault of this patch
> http://cgit.freedesktop.org/poppler/poppler/commit/?id=104f9286ceb5fcb5f4795bca7633029142d5f6a4
> Without it works and with it does not.
>
> The problem is detecting what part of the patch is the problematic one :D
>
Yes, You're true. The easiest way to solve it is to call
state->setRender(0);
instead of
state->setRender(savedRender);
in endTextObject (SplashOutputDev.cc and PSOutputDev.cc).
But it seems, as if there is still a small problem left, see marked area in
"First step to solve it" (but this problem also exists in "poppler glib demo
rendering the document correctly". But to take a deeper look into it, I need
some time, and even then, I first must go to the actual poppler release (I'm
still testing with poppler 0.10.2 :-( ).
So decide by yourself, if You make the smaller changes (which are quick &
dirty, I don't know anything about side effects!) for the moment
--
Configure bugmail: http://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