File python2-CairoSVG.changes of Package python2-CairoSVG
------------------------------------------------------------------- Tue Aug 22 22:16:50 UTC 2017 - toddrme2178@gmail.com - Split Python2 version into separate package due to upstream dropping Python2 support. - Update to Version 1.0.22 * Fix crash when lxml is not installed - Update to Version 1.0.21 **WARNING:** this is a security update. CairoSVG was vulnerable to XML eXternal Entity (XXE) attacks, this release fixes this vulnerability by not resolving the XML entities anymore. The ``--unsafe`` option has been added to force the resolution of XML entities. Obviously, this option is not safe and should only be used with trusted SVG files. - Update to Version 1.0.20 * Allow the user to give parent size - Update to Version 1.0.19 * Drastically improve the performance of ``Node()`` - Update to Version 1.0.18 * Use cairo groups to apply filters - Update to Version 1.0.17 * Fix scale and position of markers - Update to Version 1.0.16 * Support the text-rendering property - Update to Version 1.0.15 * Use xMidYMid as default preserveAspectRatio value - Update to Version 1.0.14 * Support the shape-rendering property - Update to Version 1.0.13 * Fix end markers - Update to Version 1.0.12 * Don't crash when paths with markers end with a move_to action - Update to Version 1.0.11 * Allow commas in viewboxes - Update to Version 1.0.10 * Allow quotes around font names - Update to Version 1.0.9 * Don't crash when gradients are applied to paths - Update to Version 1.0.8 * Don't create an atomic layer for transparent tags with no children - Update to Version 1.0.7 * Fix scaling with negative viewBox origin * Automatically detect size and position of circles and ellipses for gradients - Update to Version 1.0.6 * Fall back to pycairo if cairocffi is unable to find the cairo library - Update to Version 1.0.5 * Don't inherit clip* and overflow properties * Don't transform the root svg tag according to the PreservAspectRatio attribute * Add simple support for alignment-baseline * Add cairocffi into setup.py deps - Update to Version 1.0.4 * Clear relative coordinates when absolute coordinates are set in tspan tags - Update to Version 1.0.3 * Fix clips and viewboxes * Don't draw an empty image when locale is not set - Update to Version 1.0.2 * Don't crash when locale is not set * Get the xml_tree from the root parent when creating nodes from string - Update to Version 1.0.1 * Don't crash when svg tag has no width or height - Update to Version 1.0 * CairoCFFI support * Support of more external CSS stylesheets * Handle more filters * Use pillow instead of pystacia * Fix a lot of bugs with text (whitespaces, text on a path, etc.) * Inherit attributes in ``use`` tags * Cache trees for ``use`` tags * Handle conditional structures ------------------------------------------------------------------- Wed Jan 16 18:11:15 UTC 2013 - alexandre@exatati.com.br - Initial version (0.5) for openSUSE.