diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-05-31 08:42:13 +0000 |
| commit | 9021546d20792fdd799715227685d5d6d8226517 (patch) | |
| tree | 0e764a178bf7234a230d980e181d0aeda3f7c50f /share | |
| parent | Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanup (diff) | |
| download | inkscape-9021546d20792fdd799715227685d5d6d8226517.tar.gz inkscape-9021546d20792fdd799715227685d5d6d8226517.zip | |
Boiler plate stuff for 'textPath' 'side' attribute.
Diffstat (limited to 'share')
| -rwxr-xr-x | share/attributes/genMapDataSVG.pl | 1 | ||||
| -rw-r--r-- | share/attributes/svgprops | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl index 412b94910..c2653e0d0 100755 --- a/share/attributes/genMapDataSVG.pl +++ b/share/attributes/genMapDataSVG.pl @@ -84,6 +84,7 @@ push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","fl push @{$attributes{ "xml:space" }->{elements}}, "flowRoot","flowPara","flowSpan"; push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan"; push @{$attributes{ "fr" }->{elements}}, "radialGradient"; +push @{$attributes{ "side" }->{elements}}, "textPath"; # Mesh gradients push @{$attributes{ "id" }->{elements}}, "meshgradient","mesh","meshrow","meshpatch"; diff --git a/share/attributes/svgprops b/share/attributes/svgprops index 38ac4f355..69d13c857 100644 --- a/share/attributes/svgprops +++ b/share/attributes/svgprops @@ -304,6 +304,8 @@ "seed" - "feTurbulence" +"side" - "textPath" + "slope" - "font-face","feFuncA","feFuncB","feFuncG","feFuncR" "spacing" - "textPath" |
