Skip to content

Releases: globalcitizen/svglover

svglover-1.1.1

26 Mar 01:23
Compare
Choose a tag to compare

svglover-1.1.0

18 Mar 23:00
Compare
Choose a tag to compare

Major work from @nasso, thanks!

  • Add support for the following elements: <path>, <use> and <polyline>.
  • Add support for the following attributes: href, xlink:href, d, viewBox, (stroke|fill)-opacity.
  • Add support for many more color formats.
  • Improved support for the transform attribute.
  • Improved support for opacity-related attributes.
  • Various XML parsing improvements.
  • Removed tableshow.lua - I don't know why it was there but I'm pretty sure it isn't needed for svglover to work since it wasn't used at all.
  • Changed the demo code to show all the new features.
  • Some bug fixes.

svglover-v1.0.5

30 May 02:38
Compare
Choose a tag to compare

Normalize internal function naming / reduce potential namespace collision issues.

svg-lover-1.0.4

02 Oct 17:58
Compare
Choose a tag to compare

Fix compatibility issue by moving from basic Lua IO functions to 100% Love filesystem functions

svg-lover-1.0.3

02 Oct 12:15
Compare
Choose a tag to compare
  • Allow automatic / transparent loading of gzip compressed SVG files
  • Add zoom feature

svg-lover-1.0.2

02 Oct 09:41
Compare
Choose a tag to compare
  • Fix Lua logic error that was stopping fill-related scaling from working properly

svg-lover-1.0.1

27 Sep 09:44
Compare
Choose a tag to compare
  • Add <circle> support (when circles are not drawn as <ellipse>)
  • Slightly hardier parsing
  • Improved documentation

svg-lover-1.0.0

27 Sep 09:40
Compare
Choose a tag to compare

This initial, functional version supports all of the basic shapes exportable by primitive, ie. rectangle, ellipse, polygon (triangle) and rotations/scaling/translation.