Bug 143269

Summary: stroke-dasharray="0" should result in no stroke being rendered
Product: WebKit Reporter: Robert Longson <longsonr>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
testcase none

Description Robert Longson 2015-03-31 11:32:05 PDT
Created attachment 249836 [details]
testcase

Per http://www.w3.org/TR/SVG/painting.html#StrokeDasharrayProperty

If the sum of the values is zero, then the stroke is rendered as if a value of none were specified.

The testcase does, however display strokes.
Comment 1 Robert Longson 2015-04-03 11:00:29 PDT
Looks like the specification is going to settle on Webkit being right after all.