This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
Version 2.5.2 released on 2021-03-06
====================================
* Fix marker path scale
Version 2.5.1 released on 2021-01-06
====================================
**WARNING:** this is a security update.
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.
Other bug fixes:
* 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
Version 2.5.0 released on 2020-10-29
====================================
* 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
Version 2.4.2 released on 2019-09-10
====================================
* Fix race condition in tests
* Fix scale for images with no viewBox
Version 2.4.1 released on 2019-08-21
====================================
* Fix the --scale parameter
* Allow href attributes with no namespace
* Fix the tree root detection
Version 2.4.0 released on 2019-05-20
====================================
* Fix aspect and position when resizing root SVG tag
* Follow aspect and position hints when using forced output size
Version 2.3.1 released on 2019-04-18
====================================
* Fix relative paths on Windows
Version 2.3.0 released on 2019-02-08
====================================
* 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
* Clean packaging
* Include LICENSE in distributed packages
Version 2.2.1 released on 2018-09-27
====================================
* Fix packaging
Version 2.2.0 released on 2018-09-21
====================================
* Clean packaging
* Fix T commands used with previous relative commands in paths
* Use real functions for svg2* commands, improving IDE integration
* Fix files management on Windows
* 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
Version 2.1.1
Use cssselect2 and tinycss2 instead of cssselect and tinycss
Don’t require lxml anymore
Rely on defusedxml to detect unsafe SVG files
Use http://www.w3.org/2000/svg as default namespace
* Add ``python_requires`` in ``setup.py``
Version 2.0.2:
* Handle ``text-align`` in textPath tags
* Test with Python 3.6
Version 2.0.1:
* Don't crash on relative refs with no input URL
Version 2.0.0:
* Drop Python 2 support
* Drop pycairo support
* Rely on cairocffi, lxml, cssselect, pillow and tinycss
* Fix markers
* Fix URL/id handling
* Use bounding boxes for gradients
* Split deployment and development tests
* Add a scale option
* Add a parent size option
* Test with Travis
Version 1.0.20, released on 2016-02-23
======================================
* Allow the user to give parent size
Version 1.0.19, released on 2015-10-30
======================================
* Drastically improve the performance of ``Node()``
Version 1.0.18, released on 2015-10-20
======================================
* Use cairo groups to apply filters
Version 1.0.17, released on 2015-10-09
======================================
* Fix scale and position of markers
Version 1.0.16, released on 2015-08-05
======================================
* Support the text-rendering property
Problems found with existing distfile:
distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
======================================
* Use xMidYMid as default preserveAspectRatio value
Version 1.0.14, released on 2015-06-02
======================================
* Support the shape-rendering property
Version 1.0.13, released on 2015-02-26
======================================
* Fix end markers
Version 1.0.12, released on 2015-02-26
======================================
* Don't crash when paths with markers end with a move_to action
Version 1.0.11, released on 2015-02-11
======================================
* Allow commas in viewboxes
Version 1.0.10, released on 2015-02-09
======================================
* Allow quotes around font names