diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-09-01 15:42:29 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-09-01 15:42:29 +0000 |
| commit | aabd30f338d3272617e7cd19d00c794fc09963ea (patch) | |
| tree | 943472e2034811f41d4f7c804b13668698fbd41b /share/attributes/genMapDataCSS.pl | |
| parent | Only register desktop on Dbus once (diff) | |
| download | inkscape-aabd30f338d3272617e7cd19d00c794fc09963ea.tar.gz inkscape-aabd30f338d3272617e7cd19d00c794fc09963ea.zip | |
Add 'vector-effect' to CSS and attribute lists.
Diffstat (limited to 'share/attributes/genMapDataCSS.pl')
| -rwxr-xr-x | share/attributes/genMapDataCSS.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/attributes/genMapDataCSS.pl b/share/attributes/genMapDataCSS.pl index 54266f53f..6e95b1ead 100755 --- a/share/attributes/genMapDataCSS.pl +++ b/share/attributes/genMapDataCSS.pl @@ -210,6 +210,13 @@ push @{$properties{ "solid-opacity" }->{elements}}, @graphics_elements; $properties{ "solid-opacity" }->{default} = "1"; $properties{ "solid-opacity" }->{inherit} = "no"; +push @{$properties{ "vector-effect" }->{elements}}, @container_elements; +push @{$properties{ "vector-effect" }->{elements}}, @graphics_elements; +$properties{ "vector-effect" }->{default} = "none"; +$properties{ "vector-effect" }->{inherit} = "no"; + + +# SVG2 Text push @{$properties{ "white-space" }->{elements}}, @container_elements; push @{$properties{ "white-space" }->{elements}}, @text_content_elements; $properties{ "white-space" }->{default} = "normal"; |
