diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2011-11-29 15:47:27 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2011-11-29 15:47:27 +0000 |
| commit | f8c23dc7d4dff313109ddee26b68e2f10465d200 (patch) | |
| tree | 427fabf88332272067af2748bcdf62dd6528767d /share/attributes/genMapDataSVG.pl | |
| parent | Add possibility to check validity of attributes and usefulness of properties. (diff) | |
| download | inkscape-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-x | share/attributes/genMapDataSVG.pl | 4 |
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"; |
