Bug 143269 - stroke-dasharray="0" should result in no stroke being rendered
Summary: stroke-dasharray="0" should result in no stroke being rendered
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 11:32 PDT by Robert Longson
Modified: 2015-04-03 11:00 PDT (History)
1 user (show)

See Also:


Attachments
testcase (291 bytes, image/svg+xml)
2015-03-31 11:32 PDT, Robert Longson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.