diff options
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); |
