DevToys icon indicating copy to clipboard operation
DevToys copied to clipboard

SVG to XAML

Open veler opened this issue 4 years ago • 1 comments

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.

veler avatar Oct 12 '21 15:10 veler

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.

ghost avatar Oct 13 '21 09:10 ghost

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.

theuserbl avatar Jul 19 '24 23:07 theuserbl

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

veler avatar Jul 20 '24 02:07 veler