[cairo-bugs] [Bug 11612] cairo -1.4.10 generates PDF files much bigger than originals

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 18 14:49:38 PDT 2007


http://bugs.freedesktop.org/show_bug.cgi?id=11612





------- Comment #8 from ajohnson at redneon.com  2007-07-18 14:49 PST -------
What's happening here is that evince is calling cairo_show_glyphs() with one
glyph at a time. Each time cairo_show_glyphs() is called the PDF ouput selects
the pattern, selects the font, and initializes the text matrix. The result is
about 110 bytes of overhead per glyph before compression.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list