summaryrefslogtreecommitdiffstats
path: root/share/attributes/genMapDataSVG.pl
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2011-11-29 15:47:27 +0000
committertavmjong-free <tavmjong@free.fr>2011-11-29 15:47:27 +0000
commitf8c23dc7d4dff313109ddee26b68e2f10465d200 (patch)
tree427fabf88332272067af2748bcdf62dd6528767d /share/attributes/genMapDataSVG.pl
parentAdd possibility to check validity of attributes and usefulness of properties. (diff)
downloadinkscape-f8c23dc7d4dff313109ddee26b68e2f10465d200.tar.gz
inkscape-f8c23dc7d4dff313109ddee26b68e2f10465d200.zip
Add feMergeNode to "in" list in svgprops. Fix bug in preferences for deleting invalid attributes.
(bzr r10754)
Diffstat (limited to 'share/attributes/genMapDataSVG.pl')
-rwxr-xr-xshare/attributes/genMapDataSVG.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/attributes/genMapDataSVG.pl b/share/attributes/genMapDataSVG.pl
index 89908033b..a84ca0d48 100755
--- a/share/attributes/genMapDataSVG.pl
+++ b/share/attributes/genMapDataSVG.pl
@@ -76,6 +76,10 @@ while( my $t = $p->get_token ) {
}
}
+# Adjustments
+push @{$attributes{ "in" }->{elements}}, "feMergeNode";
+
+
# Output
open( ELEMENTS, ">svgprops_new" ) or die "Couldn't open output";