ghost1372 / HandyControls

Contains some simple and commonly used WPF controls based on HandyControl
https://ghost1372.github.io/
MIT License
1.1k stars 104 forks source link

Could you add support for Svg images? #128

Closed Jie2GG closed 1 year ago

Jie2GG commented 2 years ago

Is your feature request related to a problem? Please describe. Vector graphics are a good fit for WPF projects, and HandyControls also use a lot of geometric data, so it would be much easier to use SVG images directly in your controls. But converting SVG to geometric data is a complex process, and it would be nice to have a converter.

Describe the solution you'd like Add an Svg image to geometry converter to convert existing Svg resources.

Describe alternatives you've considered I've used the SVG library, but it's not what I wanted. Some SVG libraries have only one function for displaying SVG images

Additional context None