Skip to content

Releases: meerk40t/svgelements

CSS style (without semicolon) + local style combinations

31 May 01:34
Compare
Choose a tag to compare
  • Jpirnay fixed a bug where a references CSS style if it was missing a ; would not correctly concat with attribute level styles.

What's Changed

New Contributors

Full Changelog: 0.6.13...1.6.14

Approximate Curve as Circular Arcs

10 Apr 19:56
761bb31
Compare
Choose a tag to compare
  • Approximate curves as circular arcs added.
  • Corrections to subpath to correct for M0,0ZZ and M0,0ZL2,2 legal but edge condition paths.

Subpaths of degenerate Paths no longer crash.

02 Apr 17:43
Compare
Choose a tag to compare
  • Subpaths of degenerate paths no longer crash with unbounded local. This bug was introduced in #134 and those changes were manually reverted.

Correct len(copy(Polygon(0,0))) == 1.

22 Mar 10:43
7a7f419
Compare
Choose a tag to compare

What's Changed

  • The length of a copy of a polygon of a single point correctly preserves that single point in the copy. Previous versions would create a 0-point polygon out of this degenerate polygon.
  • Fix Issue #172, .github directory by @tatarize in #173

Full Changelog: 1.6.10...1.6.11

Angle.as_radians and svg-vh-units

26 Feb 18:33
177cf99
Compare
Choose a tag to compare

What's Changed

Angle.as_radians returns a explicit float.
<svg width=100vh> like units now correctly work as the viewport is passed to the length values

Full Changelog: 1.6.9...1.6.10

BGR Color References

31 Jan 10:16
476f6ab
Compare
Choose a tag to compare
  • Adds in BGR color references. This component order is seen in some systems like wxPython.

Correct Image.Render reference issue

05 Jan 15:18
Compare
Choose a tag to compare

Corrects image render issue with a typo added in 1.6.6

Correct Issue #157, text ids misparsed

05 Jan 03:54
3904f8c
Compare
Choose a tag to compare

Text ids set by value would not set by value because the was no call to SVGElement value set routine.

1.6.5 with_stroke (when no stroke), and text in display:none

01 Dec 20:23
57b8bda
Compare
Choose a tag to compare
  • Correct issue #152
  • with_stroke no longer adds stroke to bbox if the stroke is set to none or is unset.

1.6.4

16 Nov 18:17
32d6c94
Compare
Choose a tag to compare
  • Adds in robust dataurl parsing, Support data:image/bmp;base64 #133
  • Case sensitive display property, "display: None" is css and case insensitive but treated as case sensitive. #119
  • Overflow error calculating bounding boxes,

What's Changed

Full Changelog: 1.6.3...1.6.4