GNOME Bugzilla – Bug 593538
Overlapped characters when cairo context scaled
Last modified: 2009-08-30 17:07:07 UTC
Created attachment 142020 [details] Test case In GooCanvas the text characters sometimes overlap when the canvas is scaled. I'll attach a simple test case, just using GTK+. If the cairo context is scaled after creating the PangoLayout it displays OK, but if it is scaled before creating the PangoLayout some characters overlap. I've tried calling pango_cairo_update_layout() but it didn't help. (I've tried it on Fedora 8 and 11)
This will be fixed soon, thanks to new harfbuzz landing. *** This bug has been marked as a duplicate of bug 341481 ***