Apache-AxKit-Language-Svg2AnyFormat
view release on metacpan or search on metacpan
lib/Apache/AxKit/Language/Svg2AnyFormat.pm view on Meta::CPAN
=item
it's fairly big
=item
it does not support as much of the SVG-Spec as LibRSVG
=back
=head2 LibRSVG
LibRSVG is part of the gnome project. And could also be used as SVG-Serializer at the moment
the only really supported output-format is PNG. As a matter of that if you want to use
LibRSVG as your SVG-Serializer and the output format is an other than PNG, LibRSVG is used to
transform the SVG to PNG and ImageMagick from PNG to the desired output format.
=head3 Example:
PerlSetVar SVGOutputSerializer LibRSVG
=head3 Advantages
=over
=item
supports more of SVG-spec than Image::Magick
=item
not that big
=back
=head3 Disadvantages:
=over
=item
* Perl-Module highly experimental
=item
only PNG supported as output format. This is solved by using
Image::Magick in a second transformation step (LOW Performance!!!).
=back
=head1 VERSION
0.03
=head1 SEE ALSO
L<Apache::AxKit::Plugin::SvgCgiSerialize>
=head1 AUTHOR
Tom Schindl <tom.schindl@bestsolution.at>
=cut
( run in 0.374 second using v1.01-cache-2.11-cpan-39bf76dae61 )