Closed Bug 282032 Opened 20 years ago Closed 20 years ago

SVG dashed lines have no effect

Categories

(Core :: SVG, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: gtrebaol, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050210 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050210 It seems that the stroke-dasharray directive is not implemented yet. Reproducible: Always Steps to Reproduce: 1. load http://gtrebaol.free.fr/bugzilla/dashed_border.svg Actual Results: The border of the rectangle is a continuous line. Expected Results: It should be a dashed line.
The svg specification says that elements in the dasharray are comma seperated, with optional whitespace. The entries in your example only have whitespace - inserting a comma yields the correct result. http://www.w3.org/TR/SVG11/painting.html#StrokeDasharrayProperty
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.