Closed
Bug 1255466
Opened 9 years ago
Closed 9 years ago
canvas fill empty path "L"-shape
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1248525
People
(Reporter: null, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160303134406
Steps to reproduce:
Attempt to fill empty path (zero area) like "L" shape where last point is same as second.
[0,0], [0,100], [100,100], [0,100]
Actual results:
Something is filled on v45 (Macintosh; Intel Mac OS X 10.9; rv:45.0)
Nightly is ok.
Expected results:
Empty canvas.
Exists on OS X 10.9.5 (Intel HD Graphics 5000) and 10.11.3 (Intel Iris)
Comment 3•9 years ago
|
||
Dupe of bug 1248525, Already fixed in Firefox 46 (bug 1082598).
It's an OSX specific issue in Skia Graphics Library.
unfortunately it won't be fixed in Firefox 45.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•