2024-01-06 09:34:44 +01:00
|
|
|
# perl-SVG
|
|
|
|
|
2024-01-06 09:34:46 +01:00
|
|
|
SVG is a 100% Perl module which generates a nested data structure containing
|
|
|
|
the DOM representation of an SVG (Scalable Vector Graphics) image.
|
|
|
|
Using SVG, you can generate SVG objects, embed other SVG instances into it,
|
|
|
|
access the DOM object, create and access javascript, and generate SMIL
|
|
|
|
animation content.
|
|
|
|
|