<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#c6">Comment # 6</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:ben.browitt@gmail.com" title="Ben <ben.browitt@gmail.com>"> <span class="fn">Ben</span></a>
</span></b>
        <pre>I've changed the cairo svg surface to ps surface in pdf2svg and now the font
isn't blurry.
<a href="https://github.com/dawbarton/pdf2svg/blob/master/pdf2svg.c">https://github.com/dawbarton/pdf2svg/blob/master/pdf2svg.c</a>

Line 29:
--#include <cairo-svg.h>
++#include <cairo-ps.h>
Line 66:
--surface = cairo_svg_surface_create(svgFilename, width, height);
++surface = cairo_ps_surface_create(svgFilename, width, height);

Does this mean that the problem is on Poppler side or Cairo side?</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>