Skip to content

SharpVectors - SVG# Reloaded: Version 1.6.0

Compare
Choose a tag to compare
@paulushub paulushub released this 17 May 19:36
· 140 commits to master since this release
  • Multi-frameworks support: .NET4.0 ~ .NET4.8, .NETCORE3.1
  • More Tiny Specs support: solidColor, viewport-fill
  • Private fonts supports and system font caching
  • Initial support for web fonts (woff and woff2)
  • Replaced the embedded modular DTD files with single DTD to reduce the size
  • Fixed radial gradient issues: pservers-grad-21-b.svg, pservers-grad-20-b.svg
  • WPF Rendering: Reworked pattern paint rendering
  • Added filter effects classes
  • Added Scripting interfaces and classes
  • Added IoC container, from on Microsoft MinIoC
  • Fixed performance degradation issue introduced in previous version.
  • Initial support for CSS Custom Properties
  • Several bug fixes and code improvements