Age | Commit message (Collapse) | Author | Files | Lines |
|
Version 2.1.3:
* Fix T commands following q or t in paths
|
|
|
|
Version 2.1.2:
* Fix font-size
|
|
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
|
|
|
|
by the infrastructure.
Mark a couple more packages as not ready for python-3.x.
|
|
|
|
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
|
|
=====================================
* Don't crash when gradients are applied to paths
|
|
=====================================
* Don't create an atomic layer for transparent tags with no children
|
|
CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF,
PostScript and PNG files.
|