BerndK / SvgToXaml

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

Show neon effect #34

Closed Sadness96 closed 1 year ago

Sadness96 commented 1 year ago

Now there are some neon SVG, Gaussian blur can not be converted into code to display. Monster

image
BerndK commented 1 year ago

Hi, the goal of SVGToXaml is to convert the path (and perhaps the text) of a simple SVG to WPF's Path Geometry. The conversion is not that simple than converting a bmp to jpg. SVG has more options than WPF, or they are more compley to achieve. So 'glow' is an example for that. This is not supported here, sorry. You will need to search for other solutions in WPF.