[Path] preserve width from normalized form

This commit is contained in:
Jan Petykiewicz 2026-03-31 09:23:19 -07:00
commit 1bcf5901d6

View file

@ -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,
))