SharpVectors Versions Save

SharpVectors - SVG# Reloaded: SVG DOM and Rendering in C# for the .Net.

v.1.8.4

3 months ago
  • Reactivated the EnsureViewboxSize property support.

v.1.8.3

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

v1.8.2

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

v1.8.1

1 year ago
  • 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.

v.1.8.0

1 year ago
  • 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.

v.1.7.7

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

v.1.7.6

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

v.1.7.5

2 years ago
  • Several bug fixes and code improvements

v.1.7.1

3 years ago
  • Fixed DPI bug causing the controls to throw exceptions.

v.1.7.0

3 years ago
  • Updated requiredFeatures support, fixed nested URI and circular references
  • Add support for CSS font shorthand properties
  • Support for embedded SVG contents in controls
  • Fixed issues related to hit-test
  • Added error and alert handling events
  • Improved DPI support
  • Fixed error when font-family name is a color name (@LucaPassarella)
  • Considered SvgTransformList and not single transform (@LucaPassarella)
  • Adding support for .NET 5.0
  • Added IoC container, from on Microsoft MinIoC
  • Several bug fixes and code improvements