DevToys
DevToys copied to clipboard
SVG to XAML
Is your feature request related to a problem? Please describe. As a developer working with XAML, I find difficult to insert SVG into XAML file code.
Describe the solution you'd like Add an SVG to XAML converter
Additional context
This is probably not a mainstream tool. This is probably relatively low priority. Also, there are some WPF/UWP libraries allowing to load SVG files straight into a XAML UI.
It would be great to extend the functionality of this toy not only with a converter, but also with other tools for working with SVG. Not so long ago I used online services to minify lines in an SVG file to paste it into the HTML. It would be much faster to do it directly in the app.
As examples, I can refer to services such as SVGOMG and SVG Minifier.
Seems there existing two project, which could be integrated in DevToys https://github.com/BerndK/SvgToXaml https://github.com/ElinamLLC/SvgXaml
Converting SVG to QML would also nice.
I think these would be nice as extensions but not shipped by default with DevToys. You can make extensions for DevToys by following this documentation: https://devtoys.app/doc/articles/introduction.html
I will close this issue as there's no plan to ship this by default in DevToys. Anyone interested by this feature, feel free to build and extension for it :)