From 5f64d4fc9a16642d25024e9db7bcd775b8bab088 Mon Sep 17 00:00:00 2001 From: Rokiaa Date: Wed, 7 Jul 2021 03:44:41 +0200 Subject: [PATCH] fix a. --- src/seltrans.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seltrans.cpp b/src/seltrans.cpp index f4d908961b..7e5df90a22 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -1083,7 +1083,7 @@ gboolean Inkscape::SelTrans::stretchRequest(SPSelTransHandle const &handle, Geom Geom::Scale geom_scale = calcScaleFactors(_point_geom, pt_geom, _origin_for_specpoints); geom_scale[perp] = 1; - _absolute_affine = Geom::identity(); //Initialize the scaler + _absolute_affine = Geom::identity(); //Initialize the scalar auto increments = Modifiers::Modifier::get(Modifiers::Type::TRANS_INCREMENT)->active(state); if (increments) { // stretch by an integer multiplier/divider -- GitLab