diff --git a/masque/shapes/path.py b/masque/shapes/path.py index 3df55f4..fc8793d 100644 --- a/masque/shapes/path.py +++ b/masque/shapes/path.py @@ -481,7 +481,7 @@ class Path(Shape): (offset, scale / norm_value, rotation, False), lambda: Path( reordered_vertices * norm_value, - width=self.width * norm_value, + width=width0 * norm_value, cap=self.cap, ))