[Path] preserve width from normalized form
This commit is contained in:
parent
56e401196a
commit
1bcf5901d6
1 changed files with 1 additions and 1 deletions
|
|
@ -481,7 +481,7 @@ class Path(Shape):
|
||||||
(offset, scale / norm_value, rotation, False),
|
(offset, scale / norm_value, rotation, False),
|
||||||
lambda: Path(
|
lambda: Path(
|
||||||
reordered_vertices * norm_value,
|
reordered_vertices * norm_value,
|
||||||
width=self.width * norm_value,
|
width=width0 * norm_value,
|
||||||
cap=self.cap,
|
cap=self.cap,
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue