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

Search results for "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 - Search in distribution

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 - Search in distribution

SVG::GD River stage zero No dependents

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

PXML::SVG River stage zero No dependents

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution
  • PXML - functional XML handling, general functions

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • svgcal.pl - Creates the pages for a calendar in SVG format

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 - Search in distribution

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 - Search in distribution
  • svg_annotate - Adds RDF metadata to an SVG file. This script scans files and directories for SVG files and if they lack embedded RDF metadata, inserts it.
  • svg_annotate - Adds RDF metadata to an SVG file. This script scans files and directories for SVG files and if they lack embedded RDF metadata, inserts it.
  • svg_validate - This script scans a directory full of *.svg files and checks them to see if they have proper metadata. If so, it copies them into a target directory and creates a png of it. It also creates a list of PASS and FAIL for the different criteria.

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 - Search in distribution
  • SVG::Timeline::Event - A single event in an SVG timeline.
  • timeline - Program to draw an SVG timeline diagram from events defined in a file

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 - Search in distribution

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 - Search in distribution

SVG::Shapefile River stage zero No dependents

ZOOLEIKA/SVG-Shapefile-0.01 - 03 Jun 2005 21:20:03 UTC - Search in distribution
299 results (0.089 seconds)