[cairo-bugs] [Bug 13084] cairo 1.5.2 causes font problems in GIMP 2.4 status bar and evolution 2.12.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 5 14:50:00 PST 2007


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





------- Comment #8 from chris at chris-wilson.co.uk  2007-11-05 14:55 PST -------
Okay, I've found the issue. The gimp status bar essentially does:
 cairo_reset_clip();
 cairo_new_path();
 cairo_clip();
 cairo_show_text("Background...");
which triggers _cairo_clip_set_all_clipped() and interferes with the xlib
backend whilst rendering glyphs. This also triggers a new bug in the pdf
backend...


-- 
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