<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Type 3 font from PDF rendered blurry in SVG"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107346#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Type 3 font from PDF rendered blurry in SVG"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107346">bug 107346</a>
from <span class="vcard"><a class="email" href="mailto:psychon@znc.in" title="Uli Schlachter <psychon@znc.in>"> <span class="fn">Uli Schlachter</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>