From ce635b32fc9b5fa8efb13784198cda1dd5a26cb5 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Mon, 20 Aug 2007 01:38:47 +0000 Subject: fix 1777084 (bzr r3545) --- src/dialogs/stroke-style.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dialogs') diff --git a/src/dialogs/stroke-style.cpp b/src/dialogs/stroke-style.cpp index fd43d374c..c7e8d8989 100644 --- a/src/dialogs/stroke-style.cpp +++ b/src/dialogs/stroke-style.cpp @@ -470,6 +470,13 @@ sp_stroke_style_paint_changed(SPPaintSelector *psel, SPWidget *spw) if (items) { SPCSSAttr *css = sp_repr_css_attr_new (); sp_repr_css_unset_property (css, "stroke"); + sp_repr_css_unset_property (css, "stroke-opacity"); + sp_repr_css_unset_property (css, "stroke-width"); + sp_repr_css_unset_property (css, "stroke-miterlimit"); + sp_repr_css_unset_property (css, "stroke-linejoin"); + sp_repr_css_unset_property (css, "stroke-linecap"); + sp_repr_css_unset_property (css, "stroke-dashoffset"); + sp_repr_css_unset_property (css, "stroke-dasharray"); sp_desktop_set_style (desktop, css); sp_repr_css_attr_unref (css); -- cgit v1.2.3