Missing args for commit bc43be48bc (cap_extensions)

lethe/HEAD
Jan Petykiewicz 5 years ago
parent a44a7c176e
commit 2909b25fd7

@ -144,7 +144,8 @@ class Path(Shape):
vertices: numpy.ndarray,
width: float = 0.0,
cap: 'Path.Cap' = Cap.Flush,
offset: vector2=(0.0, 0.0),
cap_extensions: numpy.ndarray = None,
offset: vector2 = (0.0, 0.0),
rotation: float = 0,
mirrored: Tuple[bool] = (False, False),
layer: int=0,

Loading…
Cancel
Save