Closed
Bug 629897
Opened 14 years ago
Closed 14 years ago
Extra comma in path data throws error
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: david.dailey, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Build Identifier: 4.0b10
Spec says "Superfluous white space and separators such as commas can be eliminated" but red path is broken; yellow isn't. Red one has extra comma.
It is not that way in IE+ASV, Opera, or Chrome.
Reproducible: Always
Steps to Reproduce:
1.experimented by simplifying path
2. experimented with various other things
3.more experiments
Actual Results:
point browser at page
Expected Results:
broken red path
Comment 1•14 years ago
|
||
Per http://www.w3.org/TR/SVG/implnote.html#ErrorProcessing. If a ‘path’ element is the first element which has an error and the only errors are in the path data specification, then render the ‘path’ up to the point of the path data error
And according to http://www.w3.org/TR/SVG/paths.html#PathDataBNF the extra comma is an error
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•