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
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