Closed
Bug 930443
Opened 11 years ago
Closed 11 years ago
Convert SVGPathSegUtils to Moz2D
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: jwatt, Assigned: jwatt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #821600 -
Flags: review?(cam)
Comment 2•11 years ago
|
||
Comment on attachment 821600 [details] [diff] [review]
patch
Review of attachment 821600 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/svg/content/src/SVGPathSegUtils.cpp
@@ +382,3 @@
> aArgs[3] != 0, aArgs[4] != 0);
> while (converter.GetNextSegment(&bez[1], &bez[2], &bez[3])) {
> + Point moz2dbez[4] = { ToPoint(bez[0]), ToPoint(bez[1]),
I don't like the name "moz2dbez", but I assume it will go away soon once nsSVGArcConverter is converted to use gfx::Points.
Attachment #821600 -
Flags: review?(cam) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•