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 7315e28 commit 502ca47Copy full SHA for 502ca47
1 file changed
editor/src/messages/portfolio/document/utility_types/transformation.rs
@@ -616,7 +616,7 @@ impl<'a> Selected<'a> {
616
responses.add(GraphOperationMessage::Vector { layer, modification_type });
617
}
618
619
- if transform_operation.is_some_and(|transform_operation| matches!(transform_operation, TransformOperation::Scaling(_))) && initial_points.anchors.len() < 3 {
+ if transform_operation.is_some_and(|transform_operation| matches!(transform_operation, TransformOperation::Scaling(_))) && (initial_points.anchors.len() == 2) {
620
return;
621
622
0 commit comments