The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:SVG"

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::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::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::Grid - Address SVG images using cells of $n1 x $n2 pixels River stage zero No dependents

"SVG::Grid" allows you to *mostly* use cell co-ordinates (like a spreadsheet) to place items on an SVG image. These co-ordinates are in the form (x, y) = (integer, integer), where x and y refer to the position of a cell within a row and a column. You...

RSAVAGE/SVG-Grid-1.12 - 28 Jan 2018 00:24:45 UTC

SVG::Plot - a simple module to take one or more sets of x,y points and plot them on a plane River stage zero No dependents

a very simple module which allows you to give one or more sets of points [x co-ord, y co-ord and optional http uri]) and plot them in SVG. $plot->points($points) where $points is a reference to an array of array references. see new for a list of para...

ZOOLEIKA/SVG-Plot-0.06 - 26 Aug 2003 16:18:38 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::Fill - use svg file as templates, replace strings and images by id River stage zero No dependents

SVG::Fill rewrites svg as template. Elements like text and img could be replaced by id (layer-name in Adobe Illustrator/Inkscape)...

JEGADE/SVG-Fill-0.09 - 10 Mar 2015 12:09:19 UTC

SVG::Graph - Visualize your data in Scalable Vector Graphics (SVG) format. River stage one • 2 direct dependents • 4 total dependents

SVG::Graph is a suite of perl modules for plotting data. SVG::Graph currently supports plots of one-, two- and three-dimensional data, as well as N-ary rooted trees. Data may be represented as: Glyph Name Dimensionality supported 1d 2d 3d tree ------...

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

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::Simple - Write Scalar Vector Graphics using Perl syntax. River stage one • 1 direct dependent • 2 total dependents

Write Scalar Vector Graphics <https://en.wikipedia.org/wiki/Scalable_Vector_Graphics> using Perl syntax. Version 20231118. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by...

PRBRENAN/Svg-Simple-20231118 - 18 Nov 2023 04:19:02 UTC

SVG::Barcode - Base class for SVG 1D and 2D codes River stage one • 3 direct dependents • 3 total dependents

SVG::Barcode is a base class for SVG 1D and 2D codes. You will not use it directly, it will be loaded by its subclasses: * SVG::Barcode::Code128 * SVG::Barcode::DataMatrix * SVG::Barcode::QRCode...

TEKKI/SVG-Barcode-0.12 - 31 Jan 2020 16:26:38 UTC

SVG::Convert - The fantastic new SVG::Convert! River stage one • 1 direct dependent • 1 total dependent

ZIGOROU/SVG-Convert-0.02 - 09 Oct 2007 08:49:59 UTC

SVG::Element - Generate the element 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::Estimate - Estimates the length of all the vectors in an SVG file. River stage zero No dependents

SVG::Estimate is a suite of modules that allow you to accurately estimate the length of the vectors inside of a Scalable Vector Graphics (SVG) file. It is only an estimate because we lack the math to give absolutely precise lengths of really complex ...

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::Calendar - Creates calendars in SVG format which can be printed River stage zero No dependents

This module generates an SVG image for one or more months for a calendar....

IVANWILLS/SVG-Calendar-v0.3.14 - 29 Jan 2019 09:52:54 UTC

SVG::Metadata - Perl module to capture metadata info about an SVG file River stage one • 1 direct dependent • 1 total dependent

This module provides a way of extracting, browsing and using RDF metadata embedded in an SVG file. The SVG spec itself does not provide any particular mechanisms for handling metadata, but instead relies on embedded, namespaced RDF sections, as per X...

BRYCE/SVG-Metadata-0.28 - 23 Aug 2005 01:20:23 UTC

SVG::Timeline - Create SVG timeline charts River stage one • 1 direct dependent • 1 total dependent

This module allows you to easily create SVG documents that represent timelines. An SVG timeline is a diagram with a list of years across the top and a number of bars below. Each bar represents a period of time....

DAVECROSS/SVG-Timeline-0.1.3 - 01 Nov 2022 12:44:59 UTC

SVG::Extension - additional methods River stage two • 29 direct dependents • 46 total dependents

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

SVG::Sparkline - Create Sparklines in SVG River stage zero No dependents

In the book *Beautiful Evidence*, Edward Tufte describes sparklines as *small, high-resolution, graphics embedded in a context of words, numbers, images*. This module provides a relatively easy interface for creating different kinds of sparklines. Th...

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 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

SVG::Shapefile River stage zero No dependents

ZOOLEIKA/SVG-Shapefile-0.01 - 03 Jun 2005 21:20:03 UTC

SVG::SpriteMaker - Combine several SVG images into a single SVG sprite River stage zero No dependents

A SVG sprite is a SVG image that contains several smaller images that can be referred to using fragment identifiers. For example, this HTML fragment: <img src="/img/cat.svg" alt="A cat"> <img src="/img/dog.svg" alt="A dog"> <img src="/img/horse.svg" ...

MGV/SVG-SpriteMaker-0.002 - 24 Feb 2017 00:42:52 UTC

SVG::TrafficLight - Perl extension to produce SVG diagrams of traffic lights. River stage zero No dependents

Perl extension to produce SVG diagrams of traffic lights....

DAVECROSS/SVG-TrafficLight-0.1.4 - 22 Dec 2020 09:49:29 UTC

SVG::GD River stage zero No dependents

RONAN/SVG-GD-0.20 - 24 Jan 2009 11:25:22 UTC

ex/xhtml/W3C/SVG/svg.pm River stage one • 1 direct dependent • 1 total dependent

PERIGRIN/XML-Toolkit-0.15 - 04 Apr 2012 07:44:38 UTC

SVG::ChristmasTree - Perl extension to draw Christmas trees with SVG River stage zero No dependents

Perl extension to draw Christmas trees with SVG...

DAVECROSS/SVG-ChristmasTree-0.0.5 - 12 Jan 2021 08:56:18 UTC

GD::SVG - Seamlessly enable SVG output from scripts written using GD River stage zero No dependents

GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...

TWH/GD-SVG-0.33 - 10 May 2009 14:39:31 UTC

PXML::SVG River stage zero No dependents

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

lib/SVG/VCD.pm River stage zero No dependents

MIRK/SVG-VCD-0.4 - 12 Apr 2014 10:56:29 UTC

Quiq::Svg::Tag - Erzeuge SVG Markup-Code River stage zero No dependents

Ein Objekt der Klasse erzeugt SVG Markup-Code beliebiger Komplexität. Dies geschieht durch systematische Anwendung der Methode $p->tag(), die in der Basisklasse Quiq::Tag definiert ist und hier in Quiq::Svg::Tag zur Erzeugung von SVG Markup überschri...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

SVG::TT::Graph - Base module for generating SVG graphics River stage one • 4 direct dependents • 4 total dependents

This package is a base module for creating graphs in Scalable Vector Format (SVG). Do not use this module directly. Instead, use one of the following modules to create the plot of your choice: SVG::TT::Graph::Line SVG::TT::Graph::Bar SVG::TT::Graph::...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

App::SVG::Graph - generate SVG graphs from the command line. River stage one • 1 direct dependent • 1 total dependent

This accepts tab-separated data (TSV) on STDIN and emits an SVG graph....

SHLOMIF/App-SVG-Graph-0.0.3 - 15 Oct 2020 09:40:15 UTC

SVG::Graph::Kit - Simplified SVG data plotting River stage one • 1 direct dependent • 2 total dependents

An "SVG::Graph::Kit" object is an automated data plotter that is a subclass of SVG::Graph (which unfortunately rotates the x-axis tick labels 90 degrees)....

GENE/SVG-Graph-Kit-0.0403 - 12 Jun 2022 02:20:34 UTC

Games::Maze::SVG - Build mazes in SVG. River stage zero No dependents

GWADEJ/Games-Maze-SVG-0.9 - 01 Sep 2014 15:28:01 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

Image::Info::SVG - SVG support for Image::Info River stage two • 27 direct dependents • 36 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

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

UML::Sequence::Svg - converts xml sequence files to svg River stage zero No dependents

This module supports the seq2svg.pl script like Pod::Html supports pod2html. The array passed to seq2svg.pl should have the following form: ([ I<options-pairs>, ] [input_file_name]) where *options-pairs* are any of "-a color" specifies a color to be ...

PHILCROW/UML-Sequence-0.08 - 11 Sep 2007 22:12:29 UTC

Graphics::GVG::SVG - Convert GVG into SVG River stage zero No dependents

Takes a Graphics::GVG::AST and converts it into an SVG...

TMURRAY/Graphics-GVG-SVG-0.4 - 15 Jan 2017 13:31:29 UTC

SVG::TT::Graph::XY - Create presentation quality SVG line graphs of XY data points easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG line graphs of XY data. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how the graph is...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::TT::Graph::Bar - Create presentation quality SVG bar graphs easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG bar graphs. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how the graph is generated -...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::Sparkline::Bar - Supports SVG::Sparkline for bar graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'Bar' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

SVG::Estimate::Line - Handles estimating straight lines. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::Estimate::Rect - Handles estimating rectangles. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::Estimate::Path - Handles estimating arbitrary vectors. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::TT::Graph::Pie - Create presentation quality SVG pie graphs easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG pie graphs. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how the graph is generated -...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 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

SVG::TT::Graph::Line - Create presentation quality SVG line graphs easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG line graphs. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how the graph is generated ...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::Barcode::QRCode - Generator for SVG based QR Codes River stage zero No dependents

SVG::Barcode::QRCode is a generator for SVG based QR Codes....

TEKKI/SVG-Barcode-QRCode-0.12 - 31 Jan 2020 17:43:21 UTC

SVG::Sparkline::Line - Supports SVG::Sparkline for line graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'Line' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

SVG::Timeline::Event - A single event in an SVG timeline. River stage one • 1 direct dependent • 1 total dependent

DAVECROSS/SVG-Timeline-0.1.3 - 01 Nov 2022 12:44:59 UTC

SVG::Estimate::Shape - Base class for all other shape calculations. River stage zero No dependents

There are a lot of methods and parameters shared between the various shape classes in SVG::Estimate. This base class encapsulates them all....

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::Sparkline::Area - Supports SVG::Sparkline for area graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'Area' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 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

SVG::Estimate::Circle - Handles estimating circles. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::Barcode::Code128 - Generator for SVG based Code 128 barcodes River stage zero No dependents

SVG::Barcode::Code128 is a generator for SVG based Code 128 barcodes....

TEKKI/SVG-Barcode-Code128-0.12 - 31 Jan 2020 16:38:27 UTC

Games::Maze::SVG::Hex - Build hexagonal mazes in SVG. River stage zero No dependents

GWADEJ/Games-Maze-SVG-0.9 - 01 Sep 2014 15:28:01 UTC

SVG::Sparkline::Utils - Utility functions used by the sparkline type modules. River stage zero No dependents

This module is not intended to be used directly. It is provided to support the different types of sparklines....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

SVG::Rasterize::State - state of settings during traversal River stage zero No dependents

An instance of this class saves one state during the traversal through an "SVG" tree. At encounter of a new child element the old state is pushed to a stack and retrieved later. A state saves the current transformation matrix, style settings and so o...

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

Image::SVG::Transform - read the "transform" attribute of an SVG element River stage zero No dependents

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

SVG::Estimate::Ellipse - Handles estimating ellipses. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::TT::Graph::Bubble - Create presentation quality SVG Bubble plot River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG Bubble plot graphs using xyz data. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how t...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::SVG2zinc::Backend - a virtual class SVG:SVG2zinc svg reader. Sub-class are specialized for different type of generation River stage zero No dependents

SVG:SVG2zinc::Backend is a perl virtual class which should be specialized in sub-classes. It defines a common interface ot classes which can for example generate perl code with Tk::Zinc, display SVG file in a Tk::Zinc widget, convert svg file in imag...

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

Games::Maze::SVG::Rect - Build rectangular mazes in SVG. River stage zero No dependents

GWADEJ/Games-Maze-SVG-0.9 - 01 Sep 2014 15:28:01 UTC

SVG::Rasterize::Engine - rasterization engine base class River stage zero No dependents

This class defines the interface for rasterization backends. It does not do any rasterization itself. Implementations of rasterization backends should subclass this class. Warning: Please be aware of that this interface has to be considered rather un...

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

SVG::Rasterize::Colors - SVG color names River stage zero No dependents

This file is automatically generated using the table under <http://www.w3.org/TR/SVG11/types.html#ColorKeywords>. The data structures are used by SVG::Rasterize::State to translate color names into "RGB" arrays....

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

SVG::Timeline::Compact - A Moose based SVG Timeline drawing class. River stage zero No dependents

This module originated because SVG::Timeline did not meet my requirements. The major difference with SVG::Timeline are as follows * Start and End are actual DateTime Objects. * Auto-calculation of timescale ( min, hours, days, months, years ) based o...

JVS/SVG-Timeline-Compact-0.003 - 07 Dec 2017 17:21:19 UTC

SVG::Estimate::Polygon - Handles estimating shapes of more than 3 points with straight lines between the points. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SReview::Template::SVG - module to process an SVG template into a PNG file River stage zero No dependents

"SReview::Template::SVG" uses SReview::Template to process an input file into a templated SVG file, and then runs inkscape over it to convert the templated SVG file to a PNG file at the given location. The input file can either be a file on the local...

WOUTER/SReview-0.9.3 - 03 Nov 2023 07:40:21 UTC

SVG::Sparkline::Whisker - Supports SVG::Sparkline for whisker graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'Whisker' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

SVG::TT::Graph::HeatMap - Create presentation quality SVG HeatMap graph of XYZ data points easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG HeatMap graphs of XYZ data. You can either use the default style sheet or supply your own. Please note, the height and width of the final image is computed from the size of the labels, b...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::Rasterize::Regexes - Commonly used regular expressions River stage zero No dependents

This package offers a set of regular expressions for export. Many of them are precompiled into downstream expressions, therefore changing them would probably not have the desired outcome. Therefore they are also not documented in full detail, see the...

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

SVG::Estimate::Polyline - Handles estimating multi-part lines. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

SVG::TT::Graph::BarLine - Create presentation quality SVG bar-line graphs easily River stage one • 4 direct dependents • 4 total dependents

This object aims to allow you to easily create high quality SVG bar graphs. You can either use the default style sheet or supply your own. Either way there are many options which can be configured to give you control over how the graph is generated -...

LLAP/SVG-TT-Graph-1.04 - 07 Feb 2020 10:41:01 UTC

SVG::Barcode::DataMatrix - Generator for SVG based Data Matrix barcodes River stage zero No dependents

SVG::Barcode::DataMatrix is a generator for SVG based Data Matrix barcodes....

TEKKI/SVG-Barcode-DataMatrix-0.14 - 31 Jan 2020 17:08:13 UTC

SVG::Sparkline::RangeBar - Supports SVG::Sparkline for range bar graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'RangeBar' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

SVG::Convert::BaseDriver - Base class for SVG::Convert drivers River stage one • 1 direct dependent • 1 total dependent

ZIGOROU/SVG-Convert-0.02 - 09 Oct 2007 08:49:59 UTC

SVG::Timeline::Genealogy - Create genealogical timelines in SVG River stage zero No dependents

DAVECROSS/SVG-Timeline-Genealogy-0.0.5 - 22 Mar 2021 16:38:06 UTC

Games::Go::SGF2misc::SVG - Package to simplify SGF game rendering using Image::LibrSVG River stage zero No dependents

Games::Go::SGF2misc::SVG is a Perl Wrapper for the Image::LibRSVG.pm module. It simplifies the process of rendering an image from an SGF file. It is however still a primitive interface, in that it does not contain any internal intellegence about how ...

ORIEN/Games-Go-SGF2misc-SVG-1.00 - 10 May 2004 21:47:23 UTC

SVG::Estimate::Path::Arc - Handles estimating arcs. River stage zero No dependents

COLINK/SVG-Estimate-1.02 - 10 May 2024 08:25:14 UTC

Bundle::Image::Info::SVG - SVG support for Image::Info River stage two • 27 direct dependents • 36 total dependents

This bundle installs everything needed to get SVG support into Image::Info....

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

SVG::Rasterize::TextNode - workaround to represent a text node River stage zero No dependents

The Problem According to the "DOM" specification which SVG::Rasterize uses to traverse "SVG" document trees, basically everything is a node including simple text. This means that if an "SVG" element contains text (e.g. a "text" or "tspan" element), t...

LGEHLEN/SVG-Rasterize-0.003008 - 21 May 2011 09:24:24 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

SVG::DOM2::Element::Shape River stage zero No dependents

Shape module controls all shapes within an svg document. * style - fill and stroke * transforms - transform attribute handeling Also deals with parent group and svg base inheritance via reverse lookup,...

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

SVG::Rasterize::Exception - exception classes River stage zero No dependents

This module uses Exception::Class to define a set of exception classes and provides a list of short hand subroutines to throw these exceptions. Error Messages The following list will eventually contain all error messages produced by the "SVG::Rasteri...

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

Graphics::ColorNames::SVG - SVG color names and equivalent RGB values River stage two • 6 direct dependents • 52 total dependents

This module defines color names and their associated RGB values from the SVG 1.2 Specification. It is currently an alias for Graphic::ColorNames::WWW. This may change in the future. It is recommended to use the WWW module, which will always implement...

CFAERBER/Graphics-ColorNames-WWW-1.14 - 01 May 2019 19:18:11 UTC

SVG::Sparkline::RangeArea - Supports SVG::Sparkline for range area graphs. River stage zero No dependents

Not used directly. This module provides a factory interface to build a 'RangeArea' sparkline. It is loaded on demand by SVG::Sparkline....

GWADEJ/SVG-Sparkline-1.12 - 15 May 2017 01:32:51 UTC

Games::Maze::SVG::RectHex - Build rectangular mazes with hexagonal cells in SVG. River stage zero No dependents

GWADEJ/Games-Maze-SVG-0.9 - 01 Sep 2014 15:28:01 UTC

lib/Image/SVG/Path.pm River stage one • 1 direct dependent • 2 total dependents

BKB/Image-SVG-Path-0.36 - 01 May 2021 09:52:34 UTC

Graph/Glyph/wedge.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

Graph/Glyph/heatmap.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

Graph/Glyph/bubble.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

Graph/Glyph/scatter.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

Graph/Glyph/line.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

Graph/Glyph/bezier.pm River stage one • 2 direct dependents • 4 total dependents

ALLENDAY/SVG-Graph-0.02 - 11 Jun 2008 17:40:33 UTC

lib/SVG/DOM2/Attribute/Transform.pm River stage zero No dependents

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

SVG2zinc/Conversions.pm River stage zero No dependents

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

SVG2zinc/Backend/Tcl.pm River stage zero No dependents

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

lib/LaTeXML/Post/SVG.pm River stage one • 2 direct dependents • 2 total dependents

BRMILLER/LaTeXML-0.8.8 - 26 Feb 2024 20:10:53 UTC
221 results (0.054 seconds)