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

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 zero No 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::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::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::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::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.0116 - 12 May 2021 16:08:39 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
222 results (0.023 seconds)