Closed
Bug 985261
Opened 12 years ago
Closed 11 years ago
Unable to restore after scale(0,0) on Linux
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 661452
People
(Reporter: yury, Unassigned)
Details
(Whiteboard: [pdfjs-c-rendering])
Attachments
(1 file)
|
219 bytes,
text/html
|
Details |
The scale(0,0) breaks further drawing operations on the canvas, e.g.
ctx.save();
ctx.scale(0, 0); // bad stuff
ctx.restore();
ctx.fillText('test', 10, 20); // does not work
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [pdfjs-c-rendering]
| Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•11 years ago
|
||
This is a duplicate of bug 661452.
Comment 3•11 years ago
|
||
Yep, looks like it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•