Summary: | pdftocairo -svg produces blank image | ||
---|---|---|---|
Product: | poppler | Reporter: | Lu Wang <coolwanglu> |
Component: | cairo backend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Lu Wang
2014-08-20 23:05:40 UTC
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. I have tracked this issue to Cairo. I will submit another bug report with more detail to cairo. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.