1
0

- Update to 2.3.0:

* 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
  * Fix T commands used with previous relative commands in paths
  * Use real functions for svg2* commands, improving IDE integration
  * 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
- Run tests manualy reducing the test dependencies a bit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-02-13 14:58:11 +00:00
committed by Git OBS Bridge
parent 29e5250d44
commit ac9e3412a4
4 changed files with 37 additions and 18 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Feb 13 14:53:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.3.0:
* 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
* Fix T commands used with previous relative commands in paths
* Use real functions for svg2* commands, improving IDE integration
* 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
- Run tests manualy reducing the test dependencies a bit
-------------------------------------------------------------------
Wed Dec 5 01:22:00 UTC 2018 - Jan Engelhardt <jengelh@inai.de>