Code

Ruby port of simplepath.py
[inkscape.git] / share / extensions / outline2svg.pl
index 6ad65071a911e84818ac23c14e1b884daf92e265..1c1daf0c34f303300d272f58816449d5f510014a 100755 (executable)
@@ -3,7 +3,9 @@
 # This is a script to render a plain text outline file into SVG.
 # 
 # Copyright (C) 2006 Bryce Harrington.  Available for use under the GPL.
-
+#
+# Usage:  outline2svg.pl <presentation.outline> [ --master=template.svg ]
+#
 use strict;
 use Getopt::Long;
 use Pod::Usage;