diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-03-27 11:45:45 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-03-27 11:45:45 +0000 |
| commit | 2368da82fd6c13b893ae39c038f9b12b80bfd079 (patch) | |
| tree | 1b4e7cde6b731f7e02c35010633840d83fb39275 /src/style.cpp | |
| parent | Allow upadate shapen innside groups with LPE (diff) | |
| download | inkscape-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.cpp | 1 |
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); |
