Releases: Kozea/CairoSVG
Releases · Kozea/CairoSVG
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
2.0.0rc6
2.0.0rc5
2.0.0rc4
2.0.0rc3
1.0.22
2.0.0rc2
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.
2.0.0rc1
Version 1.0.20
Allow the user to give parent size.