Skip to content

Releases: Kozea/CairoSVG

2.4.1

21 Aug 10:08
Compare
Choose a tag to compare
  • Fix the --scale parameter
  • Allow href attributes with no namespace
  • Fix the tree root detection

2.4.0

20 May 11:40
Compare
Choose a tag to compare
  • Fix aspect and position when resizing root SVG tag
  • Follow aspect and position hints when using forced output size

2.3.1

18 Apr 12:32
Compare
Choose a tag to compare
  • Fix relative paths on Windows

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