mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-17 07:18:04 +08:00
Fix tool drawing start point offset when an artboard has a transform (#1763)
* Fix offset artboard * Multiply in transform sometimes
This commit is contained in:
@@ -339,6 +339,7 @@ impl NodeRuntime {
|
||||
None.or_else(|| try_downcast::<VectorData>(introspected_data.as_ref()))
|
||||
.or_else(|| try_downcast::<ImageFrame<Color>>(introspected_data.as_ref()))
|
||||
.or_else(|| try_downcast::<GraphicElement>(introspected_data.as_ref()))
|
||||
.or_else(|| try_downcast::<graphene_core::Artboard>(introspected_data.as_ref()))
|
||||
} {
|
||||
self.upstream_transforms.insert(parent_network_node_id, transform);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user