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

..03-May-2022-

lib/SVG/H13-Jul-2006-1,184807

t/H13-Jul-2006-7351

ChangesH A D13-Jul-2006109 63

MANIFESTH A D13-Jul-2006905 3433

META.ymlH A D13-Jul-2006337 1210

Makefile.PLH A D13-Jul-2006475 1715

READMEH A D13-Jul-20061.3 KiB4729

README

1SVG-DOM2
2
3SVG DOM2 allows you to open, modify and save svg (scalar vector graphics) using xml and DOM Level 2
4It is based upon XML::DOM2 using the extentions and hooks provided to generate element based objects
5allowing fine control and descovery on an svg documents above and beond standard xml but using the
6strengths of keeping the structure.
7
8This is currently in Alpha, it does not support all svg elements and all options upon those elements
9Eventualy it should prevent non valid svg from being created and allow for advanced filtering and modification.
10
11INSTALLATION
12
13To install this module, run the following commands:
14
15    perl Makefile.PL
16    make
17    make test
18    make install
19
20
21SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the perldoc command.
24
25    perldoc SVG::DOM2
26
27You can also look for information at:
28
29    Search CPAN
30        http://search.cpan.org/dist/SVG-DOM2
31
32    CPAN Request Tracker:
33        http://rt.cpan.org/NoAuth/Bugs.html?Dist=SVG-DOM2
34
35    AnnoCPAN, annotated CPAN documentation:
36        http://annocpan.org/dist/SVG-DOM2
37
38    CPAN Ratings:
39        http://cpanratings.perl.org/d/SVG-DOM2
40
41COPYRIGHT AND LICENCE
42
43Copyright (C) 2006 Martin Owens
44
45This program is free software; you can redistribute it and/or modify it
46under the same terms as Perl itself.
47