Open
Bug 1049906
Opened 11 years ago
Updated 3 years ago
clip() on Linux does not like more than one closed paths
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
NEW
People
(Reporter: yury, Unassigned)
References
Details
(Whiteboard: [pdfjs-c-rendering])
Attachments
(1 file, 1 obsolete file)
|
407 bytes,
text/html
|
Details |
The following commands disable painting of the next canvas instructions until the next ctx.restore():
ctx.rect(0, 0, 595, 841);
ctx.rect(284, 557, 200, 50);
ctx.clip();
// ... no painting after those
Present on Ubuntu. Works fine on Mac OSX.
| Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8468783 -
Attachment is obsolete: true
| Reporter | ||
Updated•11 years ago
|
See Also: → https://github.com/mozilla/pdf.js/issues/4677
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•