openbsd-ports/graphics/p5-SVG/pkg/DESCR
espie 7fe577a5e7 100% perl code for SVG.
(needed by another project I'm working on)
2005-03-02 23:32:23 +00:00

9 lines
473 B
Plaintext

p5-SVG allows the creation of full-fledged SVG images from perl.
All SVG tags are supported, and any new arbitrary element tag can be
added by simply declaring it.
SVG is 100% Perl code that can generate 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.