After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593538 - Overlapped characters when cairo context scaled
Overlapped characters when cairo context scaled
Status: RESOLVED DUPLICATE of bug 341481
Product: pango
Classification: Platform
Component: cairo
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-30 11:05 UTC by Damon Chaplin
Modified: 2009-08-30 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (1.53 KB, text/x-csrc)
2009-08-30 11:05 UTC, Damon Chaplin
Details

Description Damon Chaplin 2009-08-30 11:05:22 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)
Comment 1 Behdad Esfahbod 2009-08-30 17:07:07 UTC
This will be fixed soon, thanks to new harfbuzz landing.

*** This bug has been marked as a duplicate of bug 341481 ***