Releases: otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET
Releases · otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET
v1.0.7.2
Changelog:
- Fixed a scaling issue caused by incorrectly set ViewBox (#21)
v1.0.7.1
Changelog:
- Fixes the pixel artifacts occurring on small size outputs #16
- Minor rendering performance improvement.
v1.0.7.0
Changelog:
- Fixed compatibility issue with paint 5.1 and later #18 , #19
- Fixed an issue when exporting an image that contains transparency.
- Updated
resvg
native library.
- Enabled "immersive dark mode" if you prefer to use paint.net in dark mode.
- Added German translation.
v1.0.6.0
Changelog:
- Added image tracing functionality which works best with black & white drawings. You may export the result as SVG file or paint.net Shape.
- Switched from SVG.NET to resvg library for rendering.
- Lots of bug fixes and other improvements.
- Fixed theme issue.
v1.0.5.1
Changelog:
- Reverted the theme support since it causes crash on Paint.NET 4.3.3+
v1.05
Changelog:
- Fixed a potential OverflowException.
- Updated to use SVG.NET 3.3.0.
- Added theme support.
v1.04
Changelog:
- Fixed a size detection problem. (#14)
- Added support for rendering
use
element when importing with layers (experimental)
- Fixed a crash when clicking the GitHub link on Paint.NET 4.3+
- License changed to LGPL
v1.03.1
Changelog:
- Fixed a dependency loading problem. (#13)
v1.03
Changelog:
- Removed ASP.NET dependency of SVG.NET library. (#13)
v1.02
Changelog:
- Fixed an error that causes paint.net to crash when setting canvas dimensions (#11)
- Updated to use SVG.NET v3.2.3 and Fizzler v1.3.0