Closed
Bug 310957
Opened 19 years ago
Closed 19 years ago
Switch win32 svg renderer from GDI+ to cairo
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
References
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
1015 bytes,
patch
|
benjamin
:
review+
mtschrep
:
approval1.8b5+
|
Details | Diff | Splinter Review |
Attachment #198332 -
Flags: review?(benjamin)
Comment on attachment 198332 [details] [diff] [review] all platforms default to cairo This allows SVG to work "out of the box" on pre-XP win32 machines and gives us consistent behavior over all platforms. We've had test builds out for a week and have sorted out all the problems save for a printing font size issue that is still being tracked down. Some PR risk due to decreased performance of cairo compared to GDI+ which was used in 1.5b1.
Attachment #198332 -
Flags: approval1.8b5?
Updated•19 years ago
|
Attachment #198332 -
Flags: review?(benjamin) → review+
Comment 3•19 years ago
|
||
Comment on attachment 198332 [details] [diff] [review] all platforms default to cairo Approving r.e. discussion on drivers email about migration to cairo for SVG.
Attachment #198332 -
Flags: approval1.8b5? → approval1.8b5+
Checked in on branch. Leaving open for trunk checkin when we upgrade trunk cairo to >= 1.0.2.
Keywords: fixed1.8
Comment 5•19 years ago
|
||
I assume gksvggdiplus.dll can now be removed from the build (new bug needed ?)
Comment 6•19 years ago
|
||
(In reply to comment #5) > I assume gksvggdiplus.dll can now be removed from the build (new bug needed ?) I did a quick search on open bugs with GDI, and found 19 FWIW.
Checked in on trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•