Missing args for commit bc43be48bc
(cap_extensions)
This commit is contained in:
parent
a44a7c176e
commit
2909b25fd7
@ -144,6 +144,7 @@ class Path(Shape):
|
|||||||
vertices: numpy.ndarray,
|
vertices: numpy.ndarray,
|
||||||
width: float = 0.0,
|
width: float = 0.0,
|
||||||
cap: 'Path.Cap' = Cap.Flush,
|
cap: 'Path.Cap' = Cap.Flush,
|
||||||
|
cap_extensions: numpy.ndarray = None,
|
||||||
offset: vector2 = (0.0, 0.0),
|
offset: vector2 = (0.0, 0.0),
|
||||||
rotation: float = 0,
|
rotation: float = 0,
|
||||||
mirrored: Tuple[bool] = (False, False),
|
mirrored: Tuple[bool] = (False, False),
|
||||||
|
Loading…
Reference in New Issue
Block a user