Closed Bug 930455 Opened 11 years ago Closed 11 years ago

Convert nsSVGArcConverter to Moz2D

Categories

(Core :: SVG, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla27

People

(Reporter: jwatt, Assigned: jwatt)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

      No description provided.
Depends on: 930443
Attached patch patchSplinter Review
Attachment #821624 - Flags: review?(cam)
Comment on attachment 821624 [details] [diff] [review]
patch

Review of attachment 821624 [details] [diff] [review]:
-----------------------------------------------------------------

r=me with the below.

::: content/svg/content/src/SVGPathData.cpp
@@ +394,4 @@
>          }
>        }
>        if (!subpathHasLength) {
>          subpathHasLength = (segEnd != segStart);

I think if we're comparing segEnd to segStart here, we need to run segStart through ThebesPoint(ToPoint(...)), otherwise we will be losing precision on one end but not the other, and the comparison could fail.  Is that plausible?

::: content/svg/content/src/nsSVGPathDataParser.cpp
@@ +846,5 @@
>  
>  
> +nsSVGArcConverter::nsSVGArcConverter(const Point& from,
> +                                     const Point& to,
> +                                     const Point& radii,

+1
Attachment #821624 - Flags: review?(cam) → review+
Blocks: 930468
Blocks: 703159
https://hg.mozilla.org/mozilla-central/rev/17156fbebbc8
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.

Attachment

General

Created:
Updated:
Size: