From 329a7abc72967b2db04c3c0a2ba4c5e830859e95 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Tue, 17 Jan 2006 08:13:07 +0000 Subject: [PATCH] fix stroke scaling for the objects with the default 1px width --- src/sp-item.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 20731a553..97aeb1877 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -889,6 +889,7 @@ sp_item_adjust_stroke (SPItem *item, gdouble ex) if (style && style->stroke.type != SP_PAINT_TYPE_NONE && !NR_DF_TEST_CLOSE (ex, 1.0, NR_EPSILON)) { style->stroke_width.computed *= ex; + style->stroke_width.set = TRUE; if (style->stroke_dash.n_dash != 0) { int i; -- 2.30.2