[Poppler-bugs] [Bug 82879] pdftocairo -svg produces blank image
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Sep 20 14:55:40 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=82879
--- Comment #1 from David Hedley <david at vistair.com> ---
As an update to this, the error is in the matrix computed for the image mask.
In the SVG this is set to:
transform="matrix(0.00057971,0,0,-0.000407166,0,1)"
When it should be something closer to:
transform="matrix(0,0.35,-0.20,0,450,0)"
in order to get something like the correct result.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140920/99053ab4/attachment.html>
More information about the Poppler-bugs
mailing list