Closed
Bug 288498
Opened 20 years ago
Closed 20 years ago
Prevent SVG DOS with dasharray
Categories
(Core :: SVG, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: tor)
Details
Attachments
(1 file)
|
20.16 KB,
patch
|
Details | Diff | Splinter Review |
For more information: https://bugs.freedesktop.org/show_bug.cgi?id=2343
Checked in.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
the spec says that if the sum of length-values is 0 it should behave like you used stroke="none" , but in case stroke-dasharray="0,0.000000001" this patch has the opposite result, see: https://bugzilla.mozilla.org/show_bug.cgi?id=290331
You need to log in
before you can comment on or make changes to this bug.
Description
•