• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H30-Mar-2008-8452

lib/SVG/H30-Mar-2008-1,257571

t/H30-Mar-2008-167132

Build.PLH A D30-Mar-2008908 3024

CHANGESH A D30-Mar-20082.4 KiB6249

MANIFESTH A D30-Mar-2008393 2423

META.ymlH A D30-Mar-2008756 3433

READMEH A D30-Mar-2008769 1813

README

1SVG::Parser version 1.02
228 March 2008
3
4SVG::Parser is an XML parser that converts SVG XML documents into SVG objects
5that may then be manipulated by the SVG module before being regenerated into
6XML.  It will work using any installed Expat or SAX parser, and may be given
7preferred list of parsers to try; the first to load successfully will be used.
8For more advanced uses, any custom Expat or SAX parser class can also be
9provided as the superclass XML parser for SVG::Parser.
10
11For documentation and examples, please see the POD documentation included with
12the module, and the examples directory.
13
14Copyright (c) 2001,2006 Peter Wainwright, peter@cybrid.net
15
16This program is free software; you may redistribute it and/or modify it under
17the same terms as Perl itself.
18