Skip to content

Releases: ricardoboss/easysvg

2.2

14 Feb 12:50
Compare
Choose a tag to compare

Fixed invalid comparison for unicode 'm' to determine em width.

Full Changelog: 2.1...2.2

2.1

14 Feb 12:43
Compare
Choose a tag to compare
2.1

Fixed an issue with unexpectedly missing xml arguments.

Full Changelog: 2.0...2.1

2.0

27 Jan 00:15
Compare
Choose a tag to compare
2.0

I also removed all deprecated usages of old PHP versions and implemented some best-practices. Most changes are return type-hints, parameter type-hints and casts.

One heads up: the addPath method can now return null. In previous versions it would have thrown an exception, since it tried to call a method on null.

This release solemnly exists to be able to use this updated version of the library. There is also a PR open in the original library: kartsims#32

Once the PR gets merged and the author publishes a new release, this fork (and therefore this release) become obsolete. Keep this in mind.

Full Changelog: 1.0...2.0