Bug 135041
| Summary: | appending currentTranslate to an SVGPointList should make a copy of the object | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | krit, zimmermann |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Cameron McCormack (:heycam)
Consistent with the SVG WG's resolution from yesterday that various SVG list mutation methods should make a copy of the item passed in (if the item is owned by an element), we should do the same when passing in SVGSVGElement.currentTranslate.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |