We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3488d5b commit 19e9af3Copy full SHA for 19e9af3
1 file changed
node-graph/nodes/vector/src/vector_modification_nodes.rs
@@ -36,6 +36,7 @@ async fn apply_transform(_ctx: impl Ctx, mut vector: Table<Vector>) -> Table<Vec
36
for (_, point) in vector.point_domain.positions_mut() {
37
*point = transform.transform_point2(*point);
38
}
39
+ vector.segment_domain.transform(transform);
40
41
*row.transform = DAffine2::IDENTITY;
42
0 commit comments