Releases: ElinamLLC/SharpVectors
Releases · ElinamLLC/SharpVectors
SharpVectors - Version 1.8.5
- 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
- Reactivated the
EnsureViewboxSizeproperty support.
SharpVectors - Version 1.8.3
- Root viewbox support improvements.
- .NET 8 support.
- Bug fixes and code improvements.
SharpVectors - Version 1.8.2
- XXE vulnerability fixes, and added URI resolver controls.
- Source codes and manual documentation improvements.
- Bug fixes and code improvements.
SharpVectors - Version 1.8.1
- 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
- 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
- Reworked and completed WOFF1 and WOFF2 fonts support.
- Several bug fixes and code improvements
SharpVectors - SVG# Reloaded: Version 1.7.6
- 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
- Several bug fixes and code improvements
SharpVectors - SVG# Reloaded: Version 1.7.1
- Fixed DPI bug causing the controls to throw exceptions.