The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:SVG::Parser"

SVG::Parser - XML Parser for SVG documents River stage one • 6 direct dependents • 6 total dependents

SVG::Parser is an XML parser for SVG Documents. It takes XML as input and produces an SVG object as its output. SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX preferred by default. Only one of these needs to be installed...

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC

SVG::Parser::SAX - XML SAX Parser for SVG documents River stage one • 6 direct dependents • 6 total dependents

SVG::Parser::SAX is the SAX-based parser module used by SVG::Parser when an underlying XML::SAX-based parser is selected. It may also be used directly, as shown in the synopsis above. Use SVG::Parser to retain maximum flexibility as to which underlyi...

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC

SVG::Parser::Expat - XML Expat Parser for SVG documents River stage one • 6 direct dependents • 6 total dependents

SVG::Parser::Expat is the Expat-specific parser module used by SVG::Parser when an underlying XML::Parser-based parser is selected. It may also be used directly, as shown in the synopsis above. Use SVG::Parser to retain maximum flexibility as to whic...

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC

SVG::Parser::SAX::Handler - SAX handler class for SVG documents River stage one • 6 direct dependents • 6 total dependents

This module provides the handlers for constructing an SVG document object when using SVG::Parser::SAX. See SVG::Parser::SAX for more information....

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC

MarpaX::Languages::SVG::Parser - A nested SVG parser, using XML::SAX and Marpa::R2 River stage zero No dependents

"MarpaX::Languages::SVG::Parser" uses XML::SAX and Marpa::R2 to parse SVG into an array of hashrefs. XML::SAX parses the input file, and then certain tags' attribute values are parsed by Marpa::R2. The attribute values treated specially each have the...

RSAVAGE/MarpaX-Languages-SVG-Parser-1.11 - 17 Jul 2023 03:25:11 UTC

lib/SVG/Parser/Base.pm River stage one • 6 direct dependents • 6 total dependents

PETERW/SVG-Parser-1.03 - 30 Mar 2008 22:26:44 UTC

SVG::SVG2zinc - a module to display or convert svg files in scripts, classes, images... River stage zero No dependents

Depending on the used Backend, &SVG::SVG2zinc::parsefile either generates a Perl Class, Perl script, Tcl Script, bitmap images or displays SVG files inside a Tk::Zinc widget. SVG::SVG2zinc could be extended to generate Python scripts and/or classes, ...

CMERTZ/svg-svg2zinc-0.10 - 06 May 2004 21:56:18 UTC

MarpaX::Languages::SVG::Parser::Utils - A nested SVG parser, using XML::SAX and Marpa::R2 River stage zero No dependents

Utility routines for MarpaX::Languages::SVG::Parser. Only used by scripts/*.pl and t/*.t....

RSAVAGE/MarpaX-Languages-SVG-Parser-1.11 - 17 Jul 2023 03:25:11 UTC

MarpaX::Languages::SVG::Parser::Config - A config manager for use by MarpaX::Languages::SVG::Parser River stage zero No dependents

Basically just utility routines for MarpaX::Languages::SVG::Parser. Only used to generate the SVGs of the BNFs....

RSAVAGE/MarpaX-Languages-SVG-Parser-1.11 - 17 Jul 2023 03:25:11 UTC

MarpaX::Languages::SVG::Parser::Actions - A nested SVG parser, using XML::SAX and Marpa::R2 River stage zero No dependents

Basically just utility routines for MarpaX::Languages::SVG::Parser. Only used indirectly by Marpa::R2. Specifially, calls to functions are triggered by items in the input stream matching elements of the current grammar (and Marpa does the calling). E...

RSAVAGE/MarpaX-Languages-SVG-Parser-1.11 - 17 Jul 2023 03:25:11 UTC

MarpaX::Languages::SVG::Parser::XMLHandler - A nested SVG parser, using XML::SAX and Marpa::R2 River stage zero No dependents

Basically just utility routines for MarpaX::Languages::SVG::Parser. Only used indirectly by XML::SAX. Specifically, parses an SVG file, and also runs Marpa::R2 to parse the attribute value of some tag/attribute combinations. Each such attribute value...

RSAVAGE/MarpaX-Languages-SVG-Parser-1.11 - 17 Jul 2023 03:25:11 UTC

SVG - Perl extension for generating Scalable Vector Graphics (SVG) documents. River stage two • 29 direct dependents • 46 total dependents

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 ...

MANWAR/SVG-2.87 - 19 May 2022 17:03:48 UTC

SVG::XML - Handle the XML generation bits for SVG.pm River stage two • 29 direct dependents • 46 total dependents

MANWAR/SVG-2.87 - 19 May 2022 17:03:48 UTC

SVG::DOM - A library of DOM (Document Object Model) methods for SVG objects. River stage two • 29 direct dependents • 46 total dependents

MANWAR/SVG-2.87 - 19 May 2022 17:03:48 UTC

SVG::DOM2 - SVG extention to the popular XML::DOM2 River stage zero No dependents

An SVG Extention of XML::DOM2, this should provide for all features of the svg specification upto 1.1....

DOCTORMO/SVG-DOM2-1.00 - 13 Jul 2006 15:37:05 UTC

SVG::Rasterize - rasterize SVG content to pixel graphics River stage zero No dependents

"SVG::Rasterize" can be used to rasterize SVG objects to pixel graphics (currently png only) building on the Cairo library (by default, other underlying rasterization engines could be added). The direct rasterization of "SVG" files might be implement...

LGEHLEN/SVG-Rasterize-0.003008 - 21 May 2011 09:24:24 UTC

Image::Info::SVG - SVG support for Image::Info River stage two • 26 direct dependents • 35 total dependents

This modules supplies the standard key names except for BitsPerSample, Compression, Gamma, Interlace, LastModificationTime, as well as: ImageDescription The image description, corresponds to <desc>. SVG_Image A scalar or reference to an array of scal...

SREZIC/Image-Info-1.44 - 03 Aug 2023 17:14:43 UTC

Image::Base::SVG - SVG image file output River stage zero No dependents

"Image::Base::SVG" extends "Image::Base" to create or update SVG format image files using the "SVG" module. The "SVG" module holds the contents of an SVG file in memory as an object which can be variously manipulated. See SVG::Manual for details. "Im...

KRYDE/Image-Base-SVG-5 - 25 Feb 2019 04:25:48 UTC

SVG::Template::Graph - Perl extension for generating template-driven graphs with SVG River stage zero No dependents

Template::Graph:SVG is a module for the generation of template-driven graphs using Scalable Vector Graphics (SVG). Using this module, it is possible to define a template SVG document with containers which are populated with correctly scaled plot imag...

RONAN/SVG-Template-Graph-1.0 - 15 Dec 2008 08:58:08 UTC

Image::SVG::Transform - read the "transform" attribute of an SVG element River stage one • 1 direct dependent • 1 total dependent

This module parses and converts the contents of the transform attribute in SVG into a series of array of hashes, and then provide a convenience method for doing point transformation from the transformed space to the viewpoint space. This is useful if...

COLINK/Image-SVG-Transform-0.08 - 26 Jul 2017 00:47:22 UTC
22 results (0.04 seconds)