Shikhar13 / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Graphics fillArc() bug on Android #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Graphics.fillArc() give wrong arc shape and wrong angle direction on Android. 

Example: fillArc(x,y,size,size,0,90) give:

Original issue reported on code.google.com by shturm...@gmail.com on 6 Sep 2012 at 7:56

Attachments:

GoogleCodeExporter commented 9 years ago
Assigning to Chen

Original comment by shai.almog on 6 Sep 2012 at 9:06

GoogleCodeExporter commented 9 years ago
fixed, thanks

Original comment by cf27...@gmail.com on 9 Sep 2012 at 11:57

GoogleCodeExporter commented 9 years ago
But i still can't see the difference in builded program...  

Original comment by shturm...@gmail.com on 10 Sep 2012 at 7:01

GoogleCodeExporter commented 9 years ago
this is fixed in the code base, we still need to update the server with the 
fixes(normally the server is been updated in the end of the week)

Original comment by cf27...@gmail.com on 11 Sep 2012 at 10:47

GoogleCodeExporter commented 9 years ago
Angle direction is still wrong!
I think is needed "-startAngle" or "360-startAngle" instead of "startAngle-90" 
in last rev.

Original comment by shturm...@gmail.com on 11 Sep 2012 at 10:25