-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.0
-
sparc
-
solaris_2.4
Graphics.drawArc() and fillArc() take their angle arguments in degrees, while the trig functions traffic in radians. That's not a big problem, but for the fact that {draw,fill}Arc's documentation and arg names don't specify that they use degrees, leading to confusion on the part of developers.