summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-05-31 08:42:13 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-05-31 08:42:13 +0000
commit9021546d20792fdd799715227685d5d6d8226517 (patch)
tree0e764a178bf7234a230d980e181d0aeda3f7c50f /share
parentAdd center mirror symmetry butons for perfect symmetry and rotate copyes cleanup (diff)
downloadinkscape-9021546d20792fdd799715227685d5d6d8226517.tar.gz
inkscape-9021546d20792fdd799715227685d5d6d8226517.zip
Boiler plate stuff for 'textPath' 'side' attribute.
Diffstat (limited to 'share')
-rwxr-xr-xshare/attributes/genMapDataSVG.pl1
-rw-r--r--share/attributes/svgprops2
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"