Skip to content

Releases: sammycage/lunasvg

v3.0.1

03 Nov 22:26
Compare
Choose a tag to compare
  • Fix stroke-miterlimit parsing
  • Fix Bitmap::valid checks #190
  • Support font-family names with quotes #186

Happy coding! πŸŽ‰

LunaSVG v3.0

12 Oct 09:54
Compare
Choose a tag to compare

It has been over five months since I first announced the development of LunaSVG version 3.0, and today, I am beyond excited to finally share it with you! This journey has been filled with countless learning experiences, and while there’s still more work to be done, the library is now ready for use.

I want to express my deepest gratitude to all the LunaSVG users who took the time to test version 3.0 during its development. Your feedback, suggestions, and bug reports have been invaluable in shaping the final product, and I truly appreciate your efforts.

API Changes

The API for rendering and rasterizationβ€”the core of what LunaSVG is most often used forβ€”remains mostly unchanged. However, there have been significant updates to the API for document manipulation. You can find the full API reference in the lunasvg.h header file. I am also planning to release demos and examples soon, so stay tuned for that!

What’s New

A lot of work has gone into improving the core of LunaSVG. Much of the code has been rewritten to enhance quality and introduce exciting new features. I’ve also made it easier for LunaSVG to be integrated into other projects using CMake or Meson. Here’s a summary of what’s new:

  • Support for text and image tags
  • Meson build system support
  • Modernized CMake
  • Transition to C++17
  • Introduction of plutovg as a dependency
  • Improved document manipulation capabilities

Acknowledgments

None of this would have been possible without the incredible support of my donors. Your generosity allows me to dedicate more time to maintaining and improving my open-source projects, and I’m deeply thankful for your trust. I also want to extend a heartfelt thank you to everyone who contributed by submitting pull requests or detailed bug reports. Your help in reproducing and fixing issues made this process much smoother.

Thank you all for being part of this journey. I hope LunaSVG v3.0 serves you well!

v2.4.1

22 Aug 18:01
Compare
Choose a tag to compare

What's Changed

  • Add DomElement::render
  • Update minimum cmake version to 3.5 by @WerWolv in #174

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

04 Jul 07:54
Compare
Choose a tag to compare

What's Changed

  • rename inner selector in seletor to subselector by @toge in #147
  • Add SvgBooga to list of projects using LunaSVG by @etodanik in #148
  • Add render child element by @lolpie244 in #162

New Contributors

Full Changelog: v2.3.9...v2.4.0

v2.3.9

23 Dec 17:55
610b8bf
Compare
Choose a tag to compare
  • Fix infinite loop issue caused by corrupt SVG file in parsePath #140
  • Implement move constructor for Document class #135
  • Downgrade C++ Compiler from C++17 to C++11

v2.3.8

28 May 00:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.5...v2.3.8

v2.3.5

31 Oct 13:40
Compare
Choose a tag to compare
  • Fix smooth curve parsing #80 #114
  • Fix name conflict with rlottie
  • Support graphically empty files
  • Optimize memory allocation

v2.3.4

11 Oct 14:12
89f23e4
Compare
Choose a tag to compare

Fix opacity clamp bug #105

v2.3.3

09 Oct 11:53
Compare
Choose a tag to compare
  • Fix Path points overflow #55
  • Fix parseStyle #101

v2.3.2

23 Jul 09:34
Compare
Choose a tag to compare
  • Fix opacity calculation
  • Add matrix methods
  • Fix parsing error #68
  • Change Bitmap format RGBA Plain -> ARGB Premultiplied #73
  • Support SVG 2.0 href (@fdwr)
  • Support quoted URL value
  • Set stop::offset default = 0 (@fdwr)