From 544e35c143c0d9de7c9f5741bef4343f01db5091 Mon Sep 17 00:00:00 2001 From: speleo3 Date: Fri, 19 Dec 2008 21:14:53 +0000 Subject: [PATCH] fix bug #166937 (with viewBox, simplify oversimplifies) --- src/splivarot.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 55d1146b1..b41ad4b21 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -1516,6 +1516,9 @@ sp_selected_path_simplify_item(SPDesktop *desktop, return false; } + // correct virtual size by full transform (bug #166937) + size /= sp_item_i2doc_affine(item).descrim(); + // save the transform, to re-apply it after simplification NR::Matrix const transform(item->transform); -- 2.30.2