Skip to content

Releases: mossblaser/svgoutline

v0.2.2

04 Jun 06:44
Compare
Choose a tag to compare
Bugfixes

* RGB values are now returned as naive double precision float encodings of the
  underlying colour channel values. (i.e. a colour with value '123' will now
  have a value of exactly '123/255' as computed in Python's (double precision)
  arithmetic.

* Alpha values are now correct. (Previously they were always 1.0).

v0.2.1

09 May 07:12
Compare
Choose a tag to compare
Bugfix:

* Fixes bug which causes all outputs to be incorrectly scaled under Qt 6.7+
  (see issue #4)

v0.2.0

27 Nov 08:48
Compare
Choose a tag to compare
New features:

* Auto-detect files produced by Illustrator (and compensate for
  non-standard DPI)
* Support <line>, <polyline> and <polygon> in SVG files (working around PySide
  bug PYSIDE-891)

v0.1.2

17 Nov 16:57
Compare
Choose a tag to compare
Switch from PySide2 (Qt5) to PySide6 (Qt6) to better support additional
platforms (e.g. M1 Macs) and revert some workarounds for Qt5 regressions.

v0.1.1

30 Sep 12:43
Compare
Choose a tag to compare
Bugfix: Fixes issue with crashes under newer version of PySide2

v0.1.0

14 Jan 16:39
Compare
Choose a tag to compare
Initial release.