* Handle ``text-align`` in textPath tags * Test with Python 3.6
2.0.1
Not secure
=====================================
* Don't crash on relative refs with no input URL
2.0.0
Not secure
=====================================
* 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
1.0.22
Not secure
======================================
* Fix crash when lxml is not installed
1.0.21
Not secure
======================================
**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.