Changelog for
python39-CairoSVG-2.5.2-qubes.2.37.noarch.rpm :
* Thu Aug 12 2021 John Paul Adrian Glaubitz
- Update to version 2.5.2
* Fix marker path scale
* Sun Jan 10 2021 andy great - Update to version 2.5.1.
* Security fix: When processing SVG files, CairoSVG was using two regular expressions which are vulnerable to Regular Expression Denial of Service (REDoS). If an attacker provided a malicious SVG, it could make CairoSVG get stuck processing the file for a very long time.
* Fix marker positions for unclosed paths
* Follow hint when only output_width or output_height is set
* Handle opacity on raster images
* Don’t crash when use tags reference unknown tags
* Take care of the next letter when A/a is replaced by l
* Fix misalignment in node.vertices- Updates for version 2.5.0.
* Drop support of Python 3.5, add support of Python 3.9.
* Add EPS export
* Add background-color, negate-colors, and invert-images options
* Improve support for font weights
* Fix opacity of patterns and gradients
* Support auto-start-reverse value for orient
* Draw images contained in defs
* Add Exif transposition support
* Handle dominant-baseline
* Support transform-origin- Add _service file to fetch required submodule.
* Tue Sep 24 2019 Tomáš Chvátal - Update to 2.4.2:
* Fix race condition in tests
* Fix scale for images with no viewBox
* Mon Sep 09 2019 Tomáš Chvátal - Update to 2.4.1:
* Fix the scale parameter
* Allow href attributes with no namespace
* Fix the tree root detection
* Tue Jun 04 2019 Tomáš Chvátal - Update to 2.4.0:
* Fix aspect and position when resizing root SVG tag
* Follow aspect and position hints when using forced output size
* Mon Apr 29 2019 Tomáš Chvátal - Update to 2.3.1:
* Fix relative paths on Windows
* Wed Feb 13 2019 Tomáš Chvátal - Update to 2.3.0:
* Drop Python 3.4 support
* Make text selectable on generated PDF files
* Don\'t inherit dx and dy attributes
* Fix support of alignment-baseline=\"hanging\"
* Fix backslashes in docstrings and comments
* Fix local anchors with files with no given URL
* Close VERSION\'s file descriptor
* Fix T commands used with previous relative commands in paths
* Use real functions for svg2
* commands, improving IDE integration
* Handle image-rendering property
* Fix crash with some text samples
* Fix position of embedded svg tags with a viewbox not at position (0, 0)
* Add output-width and output-height options
* Handle references to inner document tags defined after the anchor
* Fix offsets for texts on paths- Run tests manualy reducing the test dependencies a bit
* Wed Dec 05 2018 Jan Engelhardt - Ensure neutrality of description.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu May 03 2018 toddrme2178AATTgmail.com- Update to version 2.1.3
* Fix T commands following q or t in paths- Update to version 2.1.2
* Fix font-size- Update to version 2.1.1
* Use http://www.w3.org/2000/svg as default namespace- Update to version 2.1.0
* Use cssselect2 and tinycss2 instead of cssselect and tinycss
* Don\'t require lxml anymore
* Rely on defusedxml to detect unsafe SVG files