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

NAME

SVG2 - SVG extention to the popular XML2

VERSION

Version 1.00, 08 May, 2006

DESCRIPTION

An SVG Extention of XML2, this should provide for all features of the svg specification upto 1.1.

METHODS

new

$svg = SVG2->new( -file = [svgfilename], -data = [svgdata], %options );

Create a new svg object, it will parse a file or data if required or will await creation of nodes.

_element_handle

This is the XML2 handel for all the elements that svg documents can handle.

AUTHOR

Martin Owens, doctormo@cpan.org

SEE ALSO

perl(1),XML2,XML2::Parser http://www.w3c.org/Graphics/SVG/ SVG at the W3C