2020-05-17 11:33:03 by Klaus Klein | Files touched by this commit (1) | |
Log message:
py-cairosvg: Update to 2.4.2.
Missed PLIST in main update commit.
|
2020-05-16 19:16:21 by Klaus Klein | Files touched by this commit (2) |
Log message:
py-cairosvg: Update to 2.4.2.
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
|
2018-05-11 16:36:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cairosvg: updated to 2.1.3
Version 2.1.3:
* Fix T commands following q or t in paths
|
2018-03-26 15:05:43 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Drop patches for Python 2.7, now that it is a separate package.
|
2017-12-10 16:58:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cairosvg: updated to 2.1.2
Version 2.1.2:
* Fix font-size
|
2017-10-19 08:38:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cairosvg: update to 2.1.1
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
|
2017-09-16 21:27:31 by Thomas Klausner | Files touched by this commit (372) |
Log message:
Reset maintainer
|
2017-09-04 17:56:34 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Use ASCII.
|
2017-08-25 22:01:34 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
No encoding parameter on Python 2.7.
|
2017-07-14 19:02:21 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Version 2.0.3:
* 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
|