Index: sky/engine/core/painting/Path.idl |
diff --git a/sky/engine/core/painting/Path.idl b/sky/engine/core/painting/Path.idl |
index d3a06ce30a586c1e95932f611509cb93ae62086a..2fe3d43f05a9cc46e27963a4d5f2a8399b0c3476 100644 |
--- a/sky/engine/core/painting/Path.idl |
+++ b/sky/engine/core/painting/Path.idl |
@@ -8,6 +8,6 @@ |
] interface Path { |
void moveTo(float x, float y); |
void lineTo(float x, float y); |
- void arcTo(Rect rect, float startAngle, float sweepAngle, boolean forceMoveTo); |
+ void arcTo(Rect rect, float startAngle, float sweepAngle, boolean forceMoveTo); // angles in radians |
void close(); |
}; |