[cairo-bugs] [Bug 107346] Type 3 font from PDF rendered blurry in SVG

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 25 16:31:19 UTC 2018


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

--- Comment #3 from Uli Schlachter <psychon at znc.in> ---
Looking at the SVG's source, the glyphs have been "rastered". For example:

<symbol overflow="visible" id="glyph0-238">
<g transform="matrix(1,0,0,1,0,3)">
<rect x="1" y="1" width="1" height="1"/>
<rect x="3" y="1" width="1" height="1"/>
<rect x="1" y="2" width="1" height="1"/>
<rect x="2" y="4" width="1" height="1"/>
</g>
</symbol>

I would guess that the size of the raster is about 7x5 and that's also more or
less the equality of the resulting picture.

No idea *why* this happens, but somewhere along the process, some important
information gets lost. Also, no idea if this is Poppler's fault or cairo's
fault.

Adrian?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20180725/561dc7d3/attachment.html>


More information about the cairo-bugs mailing list