Open
Bug 691187
Opened 12 years ago
Updated 5 months ago
Prune zero-length line segments before stroking a path
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: Ms2ger, Unassigned)
References
Details
Reporter | ||
Updated•12 years ago
|
Comment 1•9 years ago
|
||
It would be nice if this was fixed. Here's the relevant blurb from the standard: "Zero-length line segments must be pruned before stroking a path. Empty subpaths must be ignored." And a working example (since the URL above is 404): http://jsfiddle.net/lannymcnie/wM975/2/ Note how a red dot (0 length path) is drawn in FF. This is not the case in other browsers.
Updated•5 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•