Skip to content

Releases: otuncelli/Scalable-Vector-Graphics-Plugin-for-Paint.NET

v1.0.6.0

09 Aug 22:37
Compare
Choose a tag to compare

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

17 Nov 15:51
Compare
Choose a tag to compare

Changelog:

  • Reverted the theme support since it causes crash on Paint.NET 4.3.3+

v1.05

26 Oct 14:37
Compare
Choose a tag to compare

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

20 Sep 16:45
Compare
Choose a tag to compare

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

01 Aug 11:50
Compare
Choose a tag to compare

Changelog:

  • Fixed a dependency loading problem. (#13)

v1.03

01 Aug 00:47
Compare
Choose a tag to compare

Changelog:

  • Removed ASP.NET dependency of SVG.NET library. (#13)

v1.02

11 May 22:49
Compare
Choose a tag to compare

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

29 Sep 23:05
Compare
Choose a tag to compare

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

13 Sep 15:24
Compare
Choose a tag to compare

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

26 Jan 16:41
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release

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