Missing args for commit bc43be48bc (cap_extensions)

This commit is contained in:
Jan Petykiewicz 2019-05-15 00:17:40 -07:00
parent a44a7c176e
commit 2909b25fd7

View File

@ -144,7 +144,8 @@ 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,
offset: vector2=(0.0, 0.0), cap_extensions: numpy.ndarray = None,
offset: vector2 = (0.0, 0.0),
rotation: float = 0, rotation: float = 0,
mirrored: Tuple[bool] = (False, False), mirrored: Tuple[bool] = (False, False),
layer: int=0, layer: int=0,