X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=share%2Fextensions%2Foutline2svg.pl;h=1c1daf0c34f303300d272f58816449d5f510014a;hb=facee090e6a4eb876ad2dc0b99ea8b4d06a71536;hp=6ad65071a911e84818ac23c14e1b884daf92e265;hpb=6aba1c60d65e9f191ed05d94ea8084a1f086c8e0;p=inkscape.git diff --git a/share/extensions/outline2svg.pl b/share/extensions/outline2svg.pl index 6ad65071a..1c1daf0c3 100755 --- a/share/extensions/outline2svg.pl +++ b/share/extensions/outline2svg.pl @@ -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 [ --master=template.svg ] +# use strict; use Getopt::Long; use Pod::Usage;