diff pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 23877:209da0d52824

First steps to one-canvas workflow.
author Hylke Bons <hylkebons@gmail.com>
date Thu, 21 Aug 2008 20:52:51 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/pixmaps/art-tools/clean-svg-definitions.sh	Thu Aug 21 20:52:51 2008 +0000
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+for f in `ls *.svg`
+do
+  echo "Processing $f file..."
+  inkscape --vacuum-defs $f
+done