summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataSVG.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-07-24 09:43:00 +0000
committertavmjong-free <tavmjong@free.fr>2014-07-24 09:43:00 +0000
commitb784997fa7a911f53b1ad9386f8ac631d85143b2 (patch)
treeda3b5f3105b59fcadefa47a1388fb5c1c52b1f95 /share/attributes/genMapDataSVG.pl
parentFix a bug on type of 'fillet' on the closing node (diff)
downloadinkscape-b784997fa7a911f53b1ad9386f8ac631d85143b2.tar.gz
inkscape-b784997fa7a911f53b1ad9386f8ac631d85143b2.zip
Basic support for <solidColor> element (rendring only as a paint server).
(bzr r13341.1.98)
Diffstat (limited to 'share/attributes/genMapDataSVG.pl')
-rwxr-xr-xshare/attributes/genMapDataSVG.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl
index 8cd18128e..f3d84d2c5 100755
--- a/share/attributes/genMapDataSVG.pl
+++ b/share/attributes/genMapDataSVG.pl
@@ -78,9 +78,9 @@ while( my $t = $p->get_token ) {
# Adjustments
push @{$attributes{ "in" }->{elements}}, "feMergeNode";
-push @{$attributes{ "class" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion";
-push @{$attributes{ "id" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion";
-push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion";
+push @{$attributes{ "class" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
+push @{$attributes{ "id" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
+push @{$attributes{ "style" }->{elements}}, "flowRoot","flowPara","flowSpan","flowRect","flowRegion","solidColor";
push @{$attributes{ "xml:space" }->{elements}}, "flowRoot","flowPara","flowSpan";
push @{$attributes{ "transform" }->{elements}}, "flowRoot","flowPara","flowSpan";