LPEs keep transforms, creating inconsistent stroke scaling (Slice LPE)
#### Summary: <!-- Summarize the issue/suggestion concisely: --> Stroke scaling is inconsistent when resizing a path that has been sliced. Under certain circumstances the stroke of each section scales differently. #### Steps to reproduce: <!-- Describe what you did (step-by-step) so we can reproduce: --> - open Inkscape - Stroke scaling -- OFF - Create rectangle, convert to path - Slice the path (Path Effects -> Slice) - For visibility, separate the paths. There are two parts: Part **A** has the "path effects" attached. Part **B** does not. #### What happened? - Case 1: Select first **A** and then **B**. Resize together using vertical handle. Both strokes scale unequally in horizontal and vertical directions. Stroke of **A** scales less than stroke of **B**. - Case 2: Repeat Case 1 but first select **B** then **A**. Both strokes scale unequally in horizontal and vertical directions (but the two parts are consistent with each other). - NOTE: When path scaling is turned _on_ you get the behavior of Case 2. ... #### What should have happened? - Case 1: No strokes should have scaled at all. Strange that strokes of **A** and **B** are different. - Case 2: No strokes should have scaled at all. ... Sample attachments: <!-- Attach the sample file(s) highlighting the issue, if appropriate. --> #### Debug info ![Slice_Bug_Illustration.svg](/uploads/a2b354e4aa3961d4f18c530f2d9f1704/Slice_Bug_Illustration.svg) <!-- Open 'Help > About' and click on the little bug icon in the bottom right corner that copies the debug information to your clipboard. For command line users, run 'inkscape --debug-info'. For Inkscape 1.0.2 and older, please manually add the Inkscape Version and Operating System Version. The Inkscape version is listed in the About dialog. For command line users, run 'inkscape -V' Paste the information in the empty space between the apostrophes below: --> ``` Inkscape 1.1 (c68e22c387, 2021-05-23) GLib version: 2.68.2 GTK version: 3.24.29 glibmm version: 2.66.0 gtkmm version: 3.24.3 libxml2 version: 2.9.12 libxslt version: 1.1.34 Cairo version: 1.17.4 Pango version: 1.48.5 HarfBuzz version: 2.8.1 Poppler version: 20.12.1 OS version: Windows 10 2009 ``` <!-- ❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️ Please be patient while we try to find the time to look into your issue. Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports. --> <!-- Please be careful when/after writing # for example in logs, code, or versions of linux - use inline code span - single backticks (`) before and after it, like this - `inbox#1618` - use multi-line code block - triple backticks (```) to fence/enclose console logs - attach long logs as a text file. --> ![Slice_Bug_Illustration.svg](/uploads/198b125a7eadb06683b6ab88dc02cf40/Slice_Bug_Illustration.svg)
issue