Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 827 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 827 Bytes

SVGImage

This is an SVG Image View Control for WPF applications.

Initially forked from: SVGImage Control - CodeProject Article

Besides the bug fixes, new features are added including the following:

  • Mask/Clip support
  • Support of styles.
  • Simple Animation support.

Framework support

The SVGImage control library targets the following frameworks

  • .NET Framework, Version 4.0
  • .NET Framework, Version 4.5
  • .NET Framework, Version 4.6
  • .NET Framework, Version 4.7
  • .NET Framework, Version 4.8
  • .NET Core, Version 3.1

License

The SVGImage control library is relicensed under MIT License, with permission from the original author.

Sample Application