The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

svg2zinc.pl - displays a svg file or generates either a perl script or perl module

SYNOPSIS

svg2zinc.pl [options] <svgfile>

To display a svgfile:

svg2zinc.pl -test <svgfile>

To convert in a script:

svg2zinc.pl -o <script.pl> <svgfile>

To convert in a perl module:

svg2zinc.pl -o <script.pm> <svgfile>

DESCRIPTION

Please, use -h option, for more info on options

BUGS and LIMITATIONS

Caveat: When generating a .pm this module requires the Toccata::Subject module, not publicly available. Will be corrected

Mainly the same bugs and limitations of SVG::SVG2zinc(3pm)

SEE ALSO

SVG::SVG2zinc(3pm) Tk::Zinc(3pm) TkZinc is available at www.openatc.org

AUTHORS

Christophe Mertz <mertz@cena.fr>

COPYRIGHT

CENA (C) 2002-2003

This program is free software; you can redistribute it and/or modify it under the term of the LGPL licence.