Releases: otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET
Releases · otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET
v1.0.6.0
You can download the file under the "Assets" expander link below.
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
You can download the file under the "Assets" expander link below.
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
v1.01
Changelog:
- Fixed some bugs that leading crash. (#9)
- Some GUI changes.
- Viewport x, y values were not displaying correctly.
- Fixed duplicate import of groups when using Group import mode.
- Auto-generated layer names are now more meaningful.
- Added a memory warning message when importing many layers.
- Case-insensitive comparison of values for visibility attributes (visibility & display) for svg elements.
v1.0
Changelog:
- Updated to use SVG.NET v3.1.1
- Changed to use non-obsolete FileType constructor
- Fixed some GUI related problems (#7, #8)
v0.3-alpha
Changelog:
- Added layers support (#4)
- Added experimental svg group import support (#4 and #5 )
- Updated to use SVG.NET v2.4.1 from NuGet (#4)
- Added version info to form title