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

Changes for version 0.003002 - 2010-06-11

  • Now introducing the Pango dependency (see 0.003001).
  • Starting support for text elements. This brings some little, but not backwards compatible changes in the interface of SVG::Rasterize::State:
    • The child nodes are determined outside of state now and handed over to the constructor.
    • The method hasChildNodes has gone, and nextChild has been renamed to shift_child_node.
  • Additionally, there has been an interface change of the before_node_hook (which was marked as experimental). It now receives named parameters and is expected to return a (potentially modified) hash.
  • Various bug fixes including RT#58114.
  • Detailed audit of the main docu.

Modules

rasterize SVG content to pixel graphics
rasterize output using Cairo
SVG color names
exception classes
SVG styling properties
Commonly used regular expressions
data structures derived from DTD
state of settings during traversal
workaround to represent a text node