Open
Bug 719417
Opened 13 years ago
Updated 2 years ago
transformed subpaths don't quite work correctly with azure
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
NEW
People
(Reporter: julian.viereck, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
424 bytes,
text/html
|
Details |
Attached you find a very dump "benchmark" I wrote some time ago. Testing this with latest nightly that has Azure support enabled on OSX, the rendering is not correct anymore. The rotation doesn't seem to happen.
Setting gfx.canvas.azure.enabled=false in about:config fixes the broken rendering
Reporter | ||
Comment 1•13 years ago
|
||
Rendering of the TraceMonkey paper is broken in PDF.JS:
http://mozilla.github.com/pdf.js/web/viewer.html#page=1&zoom=auto,0,-149
Setting gfx.canvas.azure.enabled=false in about:config fixes the broken rendering
Comment 2•13 years ago
|
||
This appears broken on Windows as well.
Comment 3•13 years ago
|
||
Attachment #589848 -
Attachment is obsolete: true
Comment 4•13 years ago
|
||
The pdf.js problem appears specific to Coregraphics backend and I've filed it as a separate issue (bug 720721)
Updated•13 years ago
|
Summary: Broken rendering enabling Azure on OSX → transformed subpaths don't quite work correctly with azure
Comment 5•13 years ago
|
||
It looks like this is fixed in Firefox 13. Saurabh will create a reftest from the testcase.
Comment 6•12 years ago
|
||
For reference, here's the documentation for creating a reftest: https://developer.mozilla.org/en-US/docs/Creating_reftest-based_unit_tests
The test should go in:
content/canvas/test/reftest
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Component: Graphics → Graphics: Canvas2D
You need to log in
before you can comment on or make changes to this bug.
Description
•