Skip to content

Releases: ElinamLLC/SharpVectors

SharpVectors - Version 1.8.5

13 Aug 04:12

Choose a tag to compare

  • Fixed: WpfRendering._cacheRendering causes Memory leak (reworked caching).
  • Fixed: When converting to WPF, some system fonts (such as Arial Narrow) are not rendered.
  • Fixed: Svg with color tags is not converted properly to xaml.
  • Fixed: Doubts about the correctness of parsing the font-face rule.
  • Fixed: Bad text display (added support for dominant-baseline).
  • Added: Support for .NET 9.0.
  • Removed: Support for .NET 7.0.
  • Removed: Support for .NET Core 3.1.

SharpVectors - Version 1.8.4

14 Feb 14:34

Choose a tag to compare

  • Reactivated the EnsureViewboxSize property support.

SharpVectors - Version 1.8.3

15 Jan 13:53

Choose a tag to compare

  • Root viewbox support improvements.
  • .NET 8 support.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.2

09 Oct 05:42

Choose a tag to compare

  • XXE vulnerability fixes, and added URI resolver controls.
  • Source codes and manual documentation improvements.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.1

24 Oct 09:14

Choose a tag to compare

  • WPF: Added controls (SvgBitmap, SvgIcon) to improve binding and supports monochrome SVG.
  • WPF: Design-mode support improvements and fixes.
  • Options to ignore or accept external resources, contributed by @mb-jp.
  • Options to ignore or render bitmaps, contributed by @mb-jp.
  • Source codes and manual documentation improvements.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.0

11 Jul 15:31

Choose a tag to compare

  • WPF: ResourceSvgConverter - An SVG converter to handle conversion of SVG files to ResourceDictionary XAML.
  • WPF: Improvements in the XmlXamlWriter.
  • WPF: A new SharpVectors.Wpf Nuget package for WPF applications.
  • Improvements in the documentation site using Github Pages.
  • Several bug fixes and code improvements.

SharpVectors - SVG# Reloaded: Version 1.7.7

12 Dec 18:01

Choose a tag to compare

  • Reworked and completed WOFF1 and WOFF2 fonts support.
  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.6

02 Aug 20:19

Choose a tag to compare

  • WPF: Font Family support improvements
  • WPF: Fallback use of AppDomain.Current.BaseDirectory instead of Assembly.Location (by @MihailsKuzminsDG)
  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.5

05 Jun 07:04
96d009c

Choose a tag to compare

  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.1

31 Dec 04:41
d195ccf

Choose a tag to compare

  • Fixed DPI bug causing the controls to throw exceptions.