greatwar93 / gwt-g2d

Automatically exported from code.google.com/p/gwt-g2d
0 stars 0 forks source link

Using Matrix.rotate() results in a infinite loop. #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a matrix like this: Matrix m = new Matrix();
2. call m.rotate(0.10);
3. run (web-) application

What is the expected output? What do you see instead?
The program holds for a while and then the debugger shows a stackoverflow
exception. 

Please provide any additional information below.
I attached a screenshot with a reproduceable code example (should be obvious).

Original issue reported on code.google.com by blue...@gmx.de on 20 May 2010 at 4:59

Attachments:

GoogleCodeExporter commented 8 years ago
args, should have been "results in aN infinite loop."

Original comment by blue...@gmx.de on 20 May 2010 at 5:00

GoogleCodeExporter commented 8 years ago
Thanks for catching the bug. Updated the Matrix class. You can download the 
updated jar 
file here: 
http://code.google.com/p/gwt-g2d/source/browse/trunk/versions/gwt-g2d-
v007_pre_alpha.jar

Original comment by hao1...@gmail.com on 20 May 2010 at 6:05