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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 25 13:05:35 UTC 2018


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

--- Comment #6 from Ben <ben.browitt at gmail.com> ---
I've changed the cairo svg surface to ps surface in pdf2svg and now the font
isn't blurry.
https://github.com/dawbarton/pdf2svg/blob/master/pdf2svg.c

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?

-- 
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/20180825/12f1d271/attachment.html>


More information about the cairo-bugs mailing list