show/hide this revision's text 2 edited title

Libary Library for using SVG in Windows Forms / WPF?

show/hide this revision's text 1

Libary for using SVG in Windows Forms / WPF?

Are there any libraries which

  1. Allow to draw svg direct to a Windows Forms application
  2. to a WPF application

I draw graphics and design everything with Inkscape, because I love that program. Then I have those stunning svgs and have to either export them to png (WinForm) to use them or convert them to xaml-code (WPF) (Kaxaml helps me).

Is there a way to directly use my svgs?