mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ After review changes
This commit is contained in:
@@ -1151,7 +1151,7 @@ impl Shape {
|
||||
pub fn apply_transform(&mut self, transform: &Matrix) {
|
||||
self.transform_selrect(transform);
|
||||
|
||||
// We don't need to invalidate this? we can just transform it
|
||||
// TODO: See if we can change this invalidation to a transformation
|
||||
self.invalidate_extrect();
|
||||
self.invalidate_bounds();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user