summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-03-27 11:45:45 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-03-27 11:45:45 +0000
commit2368da82fd6c13b893ae39c038f9b12b80bfd079 (patch)
tree1b4e7cde6b731f7e02c35010633840d83fb39275 /src/style.cpp
parentAllow upadate shapen innside groups with LPE (diff)
downloadinkscape-2368da82fd6c13b893ae39c038f9b12b80bfd079.tar.gz
inkscape-2368da82fd6c13b893ae39c038f9b12b80bfd079.zip
Add the path 'd' property to the blacklist for default style.
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 8bc1307e3..e05c2ae97 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -1888,6 +1888,7 @@ sp_css_attr_unset_blacklist(SPCSSAttr *css)
{
sp_repr_css_set_property(css, "color", NULL);
sp_repr_css_set_property(css, "clip-rule", NULL);
+ sp_repr_css_set_property(css, "d", NULL);
sp_repr_css_set_property(css, "display", NULL);
sp_repr_css_set_property(css, "overflow", NULL);
sp_repr_css_set_property(css, "visibility", NULL);