Skip to content

SharpVectors - SVG# Reloaded: Version 1.7.0

Compare
Choose a tag to compare
@paulushub paulushub released this 16 Nov 19:35
· 117 commits to master since this release
  • 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