Closed
Bug 537609
Opened 15 years ago
Closed 15 years ago
Change to SVG 1.2T stroke-dasharray parsing
Categories
(Core :: SVG, enhancement)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
Attachments
(1 file)
|
1.66 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
SVG 1.2T introduces slightly more relaxed parsing for stroke-dasharray values where the comma is optional.
http://www.w3.org/TR/SVGTiny12/painting.html#StrokeDasharrayProperty
Compare with the more strict syntax of SVG 1.1 (http://www.w3.org/TR/SVG/painting.html#StrokeProperties)
| Assignee | ||
Updated•15 years ago
|
Attachment #419828 -
Attachment is patch: true
Attachment #419828 -
Flags: review?(dbaron)
Comment on attachment 419828 [details] [diff] [review]
patch
r=dbaron
Attachment #419828 -
Flags: review?(dbaron) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → longsonr
You need to log in
before you can comment on or make changes to this bug.
Description
•