Skip to content

Fix wrong scaling dragging multiple elements

Jabier Arraiza requested to merge jabiertxof/inkscape:fixIssue1468 into master

When dragging complex items rendering is upscaled when snaping enabled To fix it, I discard delayed snap previosly to move, they are in realyty outdated snape events so we can remove safely and snap still works the same

Fix issue #inkscape1468 Rendering temporarily upscaled/displaced during move with lots of rectangles

Merge request reports