Closed
Bug 406350
Opened 17 years ago
Closed 15 years ago
drawImage(), then rotate(), then drawImage() doesn't display 2nd drawImage()
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: darnold, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
The specified URL demonstrates the issue and includes all HTML and javascript, and
images as data URLs.
When a rotate() is applied after a drawImage(), the next drawImage() doesn't
get rendered. Note: the URL renders both with and without a fix/workaround that draws a 1 pixel image. The URL also shows correct behavior for both cases in Opera 9.24.
Reproducible: Always
Steps to Reproduce:
1.do a canvas.drawImage()
2. do a canvas.rotate()
3. do a canvas.drawImage() again
Comment 1•17 years ago
|
||
Works fine for me in trunk.
Comment 2•15 years ago
|
||
please reopen if you can reproduce using newer firefox, either 3.6 or trunk builds?
=> WFM based on comment 1
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Version: unspecified → 2.0 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•