p5-SVG
Scalable Vector Graphics (SVG) in perl
WWW CVSWeb GITHub-
Package versionp5-SVG-2.87
-
MaintainerThe OpenBSD ports mailing-list
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.