SVG-DOM2

SVG DOM2 allows you to open, modify and save svg (scalar vector graphics) using xml and DOM Level 2 It is based upon XML::DOM2 using the extentions and hooks provided to generate element based objects allowing fine control and descovery on an svg documents above and beond standard xml but using the strengths of keeping the structure.

This is currently in Alpha, it does not support all svg elements and all options upon those elements Eventualy it should prevent non valid svg from being created and allow for advanced filtering and modification.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc SVG::DOM2

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/SVG-DOM2

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=SVG-DOM2

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/SVG-DOM2

CPAN Ratings:

http://cpanratings.perl.org/d/SVG-DOM2

COPYRIGHT AND LICENCE

Copyright (C) 2006 Martin Owens

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.