binding bugfix
This commit is contained in:
parent
a22a1559d3
commit
3c46c2ccb9
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ proc ellipticalArcTo*(
|
|||
path.at = vec2(x, y)
|
||||
|
||||
proc arc*(
|
||||
path: Path, x, y, r, a0, a1: float32, ccw: bool
|
||||
path: Path, x, y, r, a0, a1: float32, ccw: bool = false
|
||||
) {.raises: [PixieError].} =
|
||||
## Adds a circular arc to the current sub-path.
|
||||
if r == 0: # When radius is zero, do nothing.
|
||||
|
|
Loading…
Reference in a new issue