I have tried the recommend SVG::Metadata scipts to add Metadata to a bunch of svg files.
But it doesn't seem to work:
Code: Select all
punx@schleppi:~/Desktop/pool$ svg_annotate --author="Sixsixfive" --owner="Sixsixfive" --title="Rodentium-Xfce" --license="http://creativecommons.org/licenses/by-sa/3.0/de/deed.en" *.svg
Not a HASH reference at /usr/local/share/perl/5.14.2/SVG/Metadata.pm line 123.
punx@schleppi:~/Desktop/pool$
Are there any other ways to add metadata to many svgs?