From 2909b25fd7206f3161185c817a8133a32cac1a25 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Wed, 15 May 2019 00:17:40 -0700 Subject: [PATCH] Missing args for commit bc43be48bce4690d5b51a6ec0640b7f3f3456892 (cap_extensions) --- masque/shapes/path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/masque/shapes/path.py b/masque/shapes/path.py index 675029a..3ce8f8c 100644 --- a/masque/shapes/path.py +++ b/masque/shapes/path.py @@ -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,