[Poppler-bugs] [Bug 29968] Evince PDF seems to ignore /Matrix in /XObject

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 1 17:51:47 PST 2011


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

--- Comment #2 from Jose Aliste <jose.aliste at gmail.com> 2011-02-01 17:51:47 PST ---
Indeed, we are ignoring the TransformationMatrix from the state in
CairoOutputDev::BeginTransparencyGroup. Caching the state->getCTM() into a
cairo_matrix_t and then calling cairo_set_matrix with this matrix at the
begining of CairoOutputDev::PaintTransparencyGroup works when scale = 1 but
(not surprisingly) does not scale properly when rendering at bigger scales.

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