From: buliabyak Date: Tue, 17 Jan 2006 08:13:07 +0000 (+0000) Subject: fix stroke scaling for the objects with the default 1px width X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=329a7abc72967b2db04c3c0a2ba4c5e830859e95;p=inkscape.git fix stroke scaling for the objects with the default 1px width --- 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;