Perl extension for generating Scalable Vector Graphics (SVG) documents
http://search.cpan.org/dist/SVG/
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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/perl-SVG && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
SVG-2.59.tar.gz | 0000054926 53.6 KB | |
perl-SVG.changes | 0000001649 1.61 KB | |
perl-SVG.spec | 0000002247 2.19 KB |
Revision 9 (latest revision is 23)
Stephan Kulow (coolo)
accepted
request 177590
from
Stephan Kulow (coolo)
(revision 9)
- updated to 2.59 - Experiment to show images on MetaCPAN - Move all the content of SVG::Manual to SVG - Add an image to the pod generated by and example. - Rename SVG::Manual from .pm to .pod. - Stop violating the Subroutines::ProhibitExplicitReturnUndef policy, eliminate 'return undef' and return wantarray?():undef; from the code. - Update the dates in the Changes file. - Remove the function prototypes that don't work on methods anyway. Stop violating the Subroutines::ProhibitSubroutinePrototypes policy. - missing test file removed from MANIFEST (RT #78856) - move POD testing to xt/ - Some example cleanup - Shlomi Fish - removing prototype - Shlomi Fish - POD fixes - David Paleino (forwarded request 177579 from coolo)
Comments 0