Closed
Bug 423607
Opened 17 years ago
Closed 17 years ago
after cairo update font matrix skews reverse direction
Categories
(Core :: Graphics, defect, P2)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jtd, Assigned: vlad)
References
Details
Attachments
(1 file)
1.20 KB,
patch
|
Details | Diff | Splinter Review |
After the latest cairo update, bug 421422, skews applied to the font matrix reverse direction. Unfortunately, I'm seeing this with a patch I'm working on to do fake italics, so the testcase involves setting up a patch.
Steps:
1. build with patch 0.9 attached to bug 364713
2. load the testcase:
https://bugzilla.mozilla.org/attachment.cgi?id=307197
3. scroll down to MS Gothic, in the section for italics
Result: glyphs are skewed left instead of right
Reporter | ||
Updated•17 years ago
|
Flags: blocking1.9?
Priority: -- → P2
Assignee | ||
Comment 1•17 years ago
|
||
Yep, I have a fix for this -- basically cairo_quartz_show_glyphs isn't correctly accounting for the flipped y axis in the text matrix. Will get this in tomorrow morning.
Flags: blocking1.9? → blocking1.9+
Reporter | ||
Comment 2•17 years ago
|
||
Assignee | ||
Comment 3•17 years ago
|
||
We decided that this wasn't a bug -- the quartz backend was just wrong before this update.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•