fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

JavaPath does not have implemented arcTo method #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open JavaPath.java
2. Go to method arcTo
3. You will notice that instead of drawing arc, it is drawing line.

What is the expected output? What do you see instead?
Expected: ARC, Getting line instead:

What version of the product are you using? On what operating system?
PlayN 1.0.1, Linux Mint 11.11

Please provide any additional information below.

Original issue reported on code.google.com by b00l...@b00lean.net on 2 Dec 2011 at 4:58