BerndK / SvgToXaml

Smart Tool to view svg-files and convert them to xaml for use in .NET
Other
886 stars 164 forks source link

Feature to avoid extra Resources. #4

Closed bisato closed 5 years ago

bisato commented 7 years ago

We wanted to make the result more readable, so we added this small feature to avoid making extra Resources in the ResourceDictionary. So, each SVG results in a DrawingImage and nothing more. Feel free to make suggestions for improvement. :smirk:

BerndK commented 5 years ago

Not quite sure if I understand the problem. SvgToXaml creates a structure that enables the programmer to make best use of the generated xaml.

regards, Bernd.