Skip to content

Releases: meerk40t/svgelements

1.9.6: Inkscape 1.3 Image Loading

17 Aug 02:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.5...1.9.6

1.9.5: npoints desync correction

14 May 13:48
Compare
Choose a tag to compare

Fixed issue #232, which dates back to the start of Path.npoint whereby if a segment is not used it doesn't calculate but then also fails to count towards the total length.

What's Changed

Full Changelog: 1.9.4...1.9.5

1.9.4: Minor fixes to write (render and pathlib)

14 May 07:07
Compare
Choose a tag to compare

What's Changed

  • Check for remaining issues related to #228 by @tatarize in #229
  • Correct Perspective Matrix Mapping, Add Affine Mapping by @tatarize in #230
  • Issue 227, Write xml with pathlib objects (rather than only filename:str) by @tatarize in #231

Full Changelog: 1.9.3...1.9.4

1.9.3: Additional Minor Fixes

17 Apr 16:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.2...1.9.3

1.9.2: Fixes #220, #222, #219

17 Apr 01:35
cd8cb41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.9.1...1.9.2

Matrix Perspective. Correct Issue 214.

12 Mar 13:05
4e99223
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

`write_xml` and `string_xml` and `intersect`... oh my.

14 Dec 14:08
Compare
Choose a tag to compare

Strictly speaking this is not a breaking change but if you want to use write_xml it's much easier to have a major demarcation for the code.

What's Changed

New Contributors

Full Changelog: 1.8.4...1.9.0

1.8.4: Correct Viewport Level Scales for Non-scaling Strokes.

30 Sep 07:27
a58f5b4
Compare
Choose a tag to compare

Non-scaling strokes were not handled correctly for the stroke widths if there was a viewport scale in addition to element scaling. The handling in Chrome and Inkscape is clear that the viewport scaling is scaled even if Non-scaling Strokes is set.

What's Changed

Full Changelog: 1.8.3...1.8.4

Use objects implement .bbox()

26 Sep 21:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.2...1.8.3

Union bbox transforms of shapes, not bounds of shapes.

26 Sep 07:58
232ff48
Compare
Choose a tag to compare

If you rotate the bounding box of a circle and take the bounding box of the rotated bounding box it's not the same as the actual union of the bounds. This corrects that oversight.

What's Changed

New Contributors

Full Changelog: 1.8.1...1.8.2