Closed
Bug 844184
Opened 13 years ago
Closed 12 years ago
canvas content disappears when transform(0,0,0,1,0,0) is specified
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: yury, Unassigned)
Details
(Whiteboard: [shumway])
Attachments
(1 file)
|
220 bytes,
text/html
|
Details |
On Firefox/Android, canvas disappears when the transform matrix with determinant of scale/skew part == 0 is specified, e.g. ctx.transform(0, 0, 0, 1, 0, 0).
Works as expected on desktop.
| Reporter | ||
Updated•13 years ago
|
Whiteboard: [shumway]
Comment 1•12 years ago
|
||
WFM as of version 25.0a1 (built 2013-07-28)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•