JonazMartinez / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

Rotate does not work in IE8 standards mode. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. render and image to the canvas using drawImage
2. appropriately translate the canvas coordinates
3. rotate

What is the expected output? What do you see instead?
- image should rotate
- image does not rotate

What version of the product are you using? On what operating system?
- Latest version
- Win 2003

Please provide any additional information below.
- Image rotates correctly in every IE except IE8 standards mode
- Image rotates correctly in all native canvas implementations.
- Issue is reproducible with example file 3 (examples\example3.html) in the 
download source package
- Issue is reproducible with test case overflow (testcases\overflow.html) 
in the download source package
- alternately the issue is reproducible in the following multi-image test 
case
- alternately, my test case using multiple images (also referenced in Issue 
#24) is available at: 
http://rbldesigns.com/excanvas/testcases/translate-and-rotate-images.html

Original issue reported on code.google.com by leachryanb@gmail.com on 30 Mar 2009 at 4:32

Attachments:

GoogleCodeExporter commented 9 years ago
Also verified this with the following test: 
http://philip.html5.org/tests/canvas/suite/tests/index.2d.transformation.rotate.
html

Original comment by leachryanb@gmail.com on 7 Apr 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Is the zip file a patch or does it just show the issue?

Original comment by erik.arv...@gmail.com on 19 Apr 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Just shows the issue.  Sorry.  I've been swamped and haven't had time to dig 
into 
this myself (not to mention it's a bit over my head).  Thanks.

Original comment by leachryanb@gmail.com on 19 Apr 2009 at 7:34

GoogleCodeExporter commented 9 years ago
Can you retry this with revision 60. I believe it is working correctly now.

Original comment by erik.arv...@gmail.com on 25 Apr 2009 at 10:24

GoogleCodeExporter commented 9 years ago
Sorry to say there is no change in any of the use cases with revision 60.  All 
are 
reacting exactly the same as stated above.

Also, my original report states that the issue is reproducible with test case: 
/testcases/overflow.html.  That is incorrect.  This should have read: 
/testcases/drawimage.html.  

Original comment by leachryanb@gmail.com on 28 Apr 2009 at 4:20

GoogleCodeExporter commented 9 years ago
I also have experienced the non-rotation problem in IE8 on Windows XP.

The code works as expected in IE7 on Vista.

Please see http://www.browserpilot.com/canvascompass.php  for an example.  
Press "Rotate" to begin or end the rotation.

Original comment by jaylink1...@gmail.com on 23 Jun 2009 at 10:24

GoogleCodeExporter commented 9 years ago
I've had trouble with rotating image as well
removing <!DOCTYPE ...> helped. Still trying to find out how.

Original comment by filip.kl...@gmail.com on 25 Jan 2010 at 2:42