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