https://bugs.kde.org/show_bug.cgi?id=485689

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/grap
                   |                            |hics/krita/-/commit/72446d9
                   |                            |edcc45d183ffb769353cef89138
                   |                            |73cab5
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 72446d9edcc45d183ffb769353cef8913873cab5 by Dmitry Kazakov, on
behalf of stuffins lastname.
Committed on 24/04/2024 at 12:02.
Pushed by dkazakov into branch 'master'.

Fix Vector layer scale+shear transforms

Removed transform worker's shearOrigin, updated KisImage::shearImpl since it
was the only place using it without finding a compensating translation
afterward, and fixed KisTransformWorker::transform() to correspond to the
actual transform applied.

Also removed the unused out parameter from
KisTransformUtils::createTransformWorker.

M  +6    -8    libs/image/kis_image.cc
M  +1    -1    libs/image/kis_paint_device.cc
M  +6    -17   libs/image/kis_transform_worker.cc
M  +3    -17   libs/image/kis_transform_worker.h
M  +2    -2    libs/image/processing/kis_mirror_processing_visitor.cpp
M  +0    -7    libs/image/processing/kis_transform_processing_visitor.cpp
M  +1    -2    libs/image/processing/kis_transform_processing_visitor.h
M  +2    -2    libs/image/tests/kis_processings_test.cpp
M  +0    -18   libs/image/tests/kis_transform_worker_test.cpp
M  +1    -1    libs/ui/KisImageThumbnailStrokeStrategy.cpp
M  +2    -2    libs/ui/kis_file_layer.cpp
M  +2    -2    plugins/tools/tool_smart_patch/kis_inpaint.cpp
M  +8    -10   plugins/tools/tool_transform2/kis_transform_utils.cpp
M  +1    -2    plugins/tools/tool_transform2/kis_transform_utils.h
M  +1    -2   
plugins/tools/tool_transform2/strokes/inplace_transform_stroke_strategy.cpp
M  +1    -2   
plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp

https://invent.kde.org/graphics/krita/-/commit/72446d9edcc45d183ffb769353cef8913873cab5

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to