SVG

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension SVG.

2.89  2026-03-05 MANWAR
      - Fix RT#136789: Corrected misleading documentation for comment() and
        desc() methods.
      - Fixed logic in SVG::Element::xmlify to ensure comment elements are
        correctly rendered as XML comments rather than standard tags.
      - Updated desc() documentation to use cdata() for content, preventing
        hash assignment warnings.
      - Improved get_path() documentation to clarify return attributes (d vs
        points) based on element type.

2.88  2026.02.23 MANWAR
      [Bug Fix]
      - Fixed: element methods (circle, title, rect, path, etc.) were
        unavailable when module was loaded with empty import list
        'use SVG ()'.
        Perl suppresses the call to import() with empty parens, so element
        methods were never predeclared. Fixed by predeclaring all built-in
        element methods in SVG::Element at load time, regardless of how
        SVG.pm is imported. (RT issue: #132058)
      [Test]
      - Added t/33-use-empty-import.t to test element methods with 'use SVG ()'
      [Fixes]
      - Fixed xt/author/pod-coverage.t to include 'use lib lib' so module is
        found correctly when running tests from the distribution root

2.87  2022.05.19 MANWAR
      - Indent doc for text PR #15, thanks @benkasminbullock.
      - Remove dead links to domain-squatted site PR #16, thanks @benkasminbullock.
      - Perldity code base (still 2 not happy).

2.86  2021.04.22 MANWAR
      - Replace last use of "vars" with "our", thanks @JRaspass.

2.85  2020.07.02 MANWAR
      - Minor documentation fix, thanks @polettix.
      - Fixed broken author test (xt/author).

2.84  2018.02.19 MANWAR
      - Removed '+x' bits from the script "xt/author/pod-syntax.t".

2.83  2018.02.12 MANWAR
      - Merged PR #11 (Test Reports), thanks @genio.

2.82  2017.12.18 MANWAR
      - Fixed subquery (txn-1762542) of the issue RT #123896.

2.81  2017.12.17 MANWAR
      - Fixed issue RT #123896 (trailing space in credit comment).

2.80  2017.11.30 MANWAR
      - Added one more test author only as suggested by @DAVE. (RT #123705)

2.79  2017.11.30 MANWAR
      - Addressed RT #123705, making test t/96-perl-critic.t and t/99_test_pod_coverage.t author only.

2.78  2017.07.07 MANWAR
      - Merged PR #10 (fix entity escaping), thanks @haarg. This also resolved RT #121612.

2.77  2017.05.18 MANWAR
      - Proposed fix to the following test failure:
        http://www.cpantesters.org/cpan/report/ddc7eefc-3429-11e7-8430-9cfb106f656a

2.76  2017.05.08 MANWAR
      - Added AUTHOR ONLY test scripts (meta-json.t and meta-yml.t).

2.75  2017.05.07 MANWAR

Changes  view on Meta::CPAN


2.50  2010.04.05
      - Fixed inline SVG generation method (bug # 43814 and 50075)
      - Fixed XML-escaped characters (bug # 53918 and 44454)
      - Fixed undef bug in findChildIndex (bug # 48932)
      - Fixed memory leaks with Scalar::Util::weaken() (bug # 54458)
      - Fixed cloning method (bug # 36194)
      - DOM::insertAtIndex() and removeAtIndex() now update the ID and element list

2.49  2009.01.23
      - Fixed bugtracker URL in YAML

2.48  2009.01.08
      - Improved YAML and MANIFEST for cpan testers game

2.47  2008.12.15
      - Fixed MANIFEST - replaced Changes entry

2.46  2008.12.15
      - Improved META.yml
      - Fixed MANIFEST
      - Removed all pointless files

2.45  2008.12.15
      - Improved META.yml

2.44  2008.04.21
      - Improved META.yml

2.43  2008.04.21
     - Improved META.yml

2.42  2008.04.16
      - Removed Makefile from MANIFEST

2.41  2008.04.16
      - Fixed MANIFEST and added license data to the SVG.pm file

2.40  2008.04.14
      - Changed tests to current recommendation. Moved to t/ directory.
      - Added POD and POD Coverage tests

2.39  2008.04.08
      - Added warnings

2.38  2008.04.03
      - Modified SVG::Element to answer a bug report in rt.perl.org by slaven
        regarding the redefined methods warnings when SVG is used twice.
      - Fixed the POD to reflect annotation comments.

2.37  2008.03.02
      - Added NS definitions for svg and xlink to enable xlink:href and svg: namespace usage in Firefox.

2.36  2007.09.16
      - Fixed SVG::DOM POD

2.35  2007.09.14
      - Fixed SVG::DOM POD

2.34  2005.05.17
      - SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc fields to get rid of
        artificial blank spaces that confuse some browsers
      - SVG::DOM - added getRootNode method
      - Added user-contributed DOM2 methods to SVG::DOM

2.33  2005.05.14
      - Fixed the xlink reference behaviour which was wrong and
        broke Mozilla native SVG. Fix submitted by Ian Hickson

2.32  2004.10.10
      - Bufgix to repair broken test which causes failure of make test
      - Added sorting to attribute list so output is consistent
      - Added generic support for -href for any method that adds it as an attribute
      - Added xlink support to any tag with an -href attribute
      - Added 'a' and 'g' autosubs
      - Added numerous tests including pi, polygon, script, anchor, style tests
      - Bugfix for pi() method
      - Repaired script and style examples

2.31  2004.10.08
      - Bugfix to stop xml escaping of attribute data.
      - Additional support of making fe element types case insensitive

2.30  2004.09.30
      - POD changes

2.29  2004.09.26
      - Exposed SVG::Extension
      - Exposed perlify
      - Added Mozilla native SVG support as default behaviour

2.28  2003.11.03
      - Added SVG::GD to allow GD users to output SVG for simple GD drawings (RO)
      - Added perlify support: Generate Perl code from an SVG document (PW)
      - Added SVG::Extension for DTD validation support during serialisation (PW)
      - Took away automatic xml escaping code. This belongs in user codei (RO).
      - Added attributeName and attributeType to legal animateTransform in
        SVG::Element SMIL animation per Mike Churchill bug report 2003.12.03
      - Bug fix to the inlinesvg.pl example Also per Mike Churchill bug report

2.27  2002.01.29
      - Added setAttribute and setAttributes to SVG::DOM

2.26  2002.08.04
      - Moved all -specialarguments to %default_attrs so they can be set at import time
      - Added strict checking for duplicate IDs in tag() and attribute()
      - Created test suite of 17 initial regession test scripts
      - Improved xmlesc method in

2.25  2002.07.13
      - Extended DOM module to cover many more DOM functions
      - Rewrote attrib() to also set and delete attributes
      - Added 'attribute' and 'attr' aliases for attrib()

2.22  2002.06.24
      - Minor bug fix - method script was changed to uppercase accidentally.
        Repaired this error.

2.21  2002.06.20
      - Added the internal hash $svg->{-docref} which contains
        the -elist and -idlist hashes for tracking the elements



( run in 0.616 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )