Missing args for commit bc43be48bc (cap_extensions)
This commit is contained in:
parent
a44a7c176e
commit
2909b25fd7
1 changed files with 2 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ class Path(Shape):
|
|||
vertices: numpy.ndarray,
|
||||
width: float = 0.0,
|
||||
cap: 'Path.Cap' = Cap.Flush,
|
||||
cap_extensions: numpy.ndarray = None,
|
||||
offset: vector2 = (0.0, 0.0),
|
||||
rotation: float = 0,
|
||||
mirrored: Tuple[bool] = (False, False),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue