Closed
Bug 231620
Opened 21 years ago
Closed 21 years ago
Cairo rendering backend for SVG
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
References
Details
Attachments
(1 file, 1 obsolete file)
8.94 KB,
patch
|
alex
:
review+
bryner
:
superreview+
chofmann
:
approval1.7a+
|
Details | Diff | Splinter Review |
First cut of Cairo rendering backend has been checked into the SVG branch.
Works except for regions (waiting for Cairo functionality) and fonts.
Attached is a patch that needs to be applied atop the branch to enable
build/use of the new backend.
Attachment #139502 -
Attachment is obsolete: true
Comment on attachment 139513 [details] [diff] [review]
fix copy/paste error
Patch now applies to the trunk. Would like to get this in for 1.7a.
Attachment #139513 -
Flags: superreview?(bryner)
Attachment #139513 -
Flags: review?(alex)
Comment 4•21 years ago
|
||
Comment on attachment 139513 [details] [diff] [review]
fix copy/paste error
Looks good. r=afri.
Does this preprocessor arithmetic work on all platforms, though?
#if(defined(MOZ_SVG_RENDERER_GDIPLUS)+
defined(MOZ_SVG_RENDERER_LIBART)+
defined(MOZ_SVG_RENDERER_CAIRO) > 1)
Attachment #139513 -
Flags: review?(alex) → review+
Updated•21 years ago
|
Attachment #139513 -
Flags: superreview?(bryner) → superreview+
Comment on attachment 139513 [details] [diff] [review]
fix copy/paste error
Requesting 1.7a approval. Not part of the default build, just the
build config and other changes needed to allow work on a new rendering
backend to SVG.
Attachment #139513 -
Flags: approval1.7a?
Comment 6•21 years ago
|
||
Comment on attachment 139513 [details] [diff] [review]
fix copy/paste error
a=chofmann
Attachment #139513 -
Flags: approval1.7a? → approval1.7a+
Checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•