Skip to content

Commit 87eef06

Browse files
author
saŭlo
committed
arc, ellipse fullword args
1 parent 8e245c5 commit 87eef06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Webapi/Canvas/Webapi__Canvas__Path_Common.res

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ module Make = (M: ModuleWithT) => {
1616
~x: float,
1717
~y: float,
1818
~r: float,
19-
~a1: float,
20-
~a2: float,
21-
~ccw: bool=?,
19+
~startAngle: float,
20+
~endAngle: float,
21+
~counterClockWise: bool=?,
2222
unit,
2323
) => unit = "arc"
2424

@@ -51,9 +51,9 @@ module Make = (M: ModuleWithT) => {
5151
~rx: float,
5252
~ry: float,
5353
~rtn: float,
54-
~a1: float,
55-
~a2: float,
56-
~ccw: bool=?,
54+
~startAngle: float,
55+
~endAngle: float,
56+
~counterClockWise: bool=?,
5757
unit,
5858
) => unit = "ellipse"
5959

0 commit comments

Comments
 (0)