Skip to content

Releases: Kozea/CairoSVG

2.3.0

08 Feb 16:31
Compare
Choose a tag to compare
  • 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

2.2.1

08 Feb 16:14
Compare
Choose a tag to compare
  • Fix packaging

2.2.0

26 Sep 14:04
Compare
Choose a tag to compare
  • 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

2.1.3

03 Jan 13:56
Compare
Choose a tag to compare
  • Fix T commands following q or t in paths

2.1.2

01 Dec 18:59
Compare
Choose a tag to compare
  • Fix font-size

2.1.1

30 Sep 20:17
Compare
Choose a tag to compare

2.1.0

30 Sep 19:07
Compare
Choose a tag to compare
  • Use cssselect2 and tinycss2 instead of cssselect and tinycss
  • Don't require lxml anymore
  • Rely on defusedxml to detect unsafe SVG files

2.0.3

02 May 18:01
Compare
Choose a tag to compare
  • Add python_requires in setup.py

2.0.2

20 Mar 11:42
Compare
Choose a tag to compare
  • Handle text-align in textPath tags
  • Test with Python 3.6

2.0.1

04 Jan 10:01
Compare
Choose a tag to compare
  • Don't crash on relative refs with no input URL