[PolyCollection] copy vertex offsets when making normalized form
This commit is contained in:
parent
786716fc62
commit
df578d7764
2 changed files with 25 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class PolyCollection(Shape):
|
|||
(offset, scale / norm_value, rotation, False),
|
||||
lambda: PolyCollection(
|
||||
vertex_lists=rotated_vertices * norm_value,
|
||||
vertex_offsets=self._vertex_offsets,
|
||||
vertex_offsets=self._vertex_offsets.copy(),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue