Skip to content

Releases: linebender/resvg

v0.9.1

03 Jun 06:29
Compare
Choose a tag to compare
  • resvg-0.9.1.tar.xz is a sources archive with vendored Rust dependencies.

v0.9.0

18 Jan 17:36
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.
  • resvg-0.9.0.tar.xz is a sources archive with vendored Rust dependencies.

Changelog

v0.8.0

17 Aug 13:10
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.
  • resvg-0.8.0.tar.xz is a sources archive with vendored Rust dependencies.

Changelog

v0.7.0

19 Jun 20:26
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.
  • resvg-0.7.0.tar.xz is a source archive with vendored Rust dependencies.

Changelog

v0.6.1

16 Mar 10:29
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.
  • resvg-0.6.1.tar.xz is a source archive with vendored Rust dependencies.

Changelog

v0.6.0

15 Mar 21:34
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.

Changelog

v0.5.0

04 Jan 13:29
Compare
Choose a tag to compare
  • viewsvg is a simple demo application to show resvg capabilities.
  • resvg-explorer-extension.exe is an SVG thumbnailer for Windows Explorer.

Changelog

v0.4.0

13 Dec 16:12
Compare
Choose a tag to compare

v0.3.0

23 May 18:43
Compare
Choose a tag to compare

v0.2.0

24 Apr 16:15
Compare
Choose a tag to compare

Added

  • (svg) Partial clipPath support.
  • (svg) Partial mask support.
  • (svg) Partial pattern support.
  • (svg) preserveAspectRatio support.
  • (svg) Check that an external image is PNG or JPEG.
  • (cli) Added --query-all and --export-id arguments to render SVG items by ID.
  • (cli) Added --perf argument for a simple performance stats.

Changed

  • (lib) API is completely new.

Fixed

  • font-size attribute inheritance during use resolving.