SVGImage
SVGImage copied to clipboard
A SVGImage Control for WPF
**Is your feature request related to a problem? Please describe. When i use svgimage in my project,it return building error. 
**Describe the solution you'd like** I want to convert the image to gray sacle. I've tried `OverrideColor`, `OverrideFillColor` and `OverrideStrokeColor`, but the effect is not satisfying. Just like convert the...
**Describe the bug** When I build my application with `true` I get this exception: ``` Application: ....exe CoreCLR Version: 6.0.2623.60508 .NET Version: 6.0.26 Description: The process was terminated due to...
**Describe the bug** Settings like 'fill' in the are not being applied to its child **To Reproduce** Steps to reproduce the behavior: ```svg XAML: ``` **Expected behavior** I expect the...
**Describe the bug** When placing an SVGImage inside a Button, the SVG does not show up, unless we put explicitly Width and Height on the SVGImage. **To Reproduce** Steps to...
Access to Bounds of m_drawing for calculation of ratio for parent control when used ContentToSizeNoStretch. There is also ImageSource.Bounds but it contains null. Example: myCanvasStretch.Width = xadjust; myCanvasStretch.Height = xadjust...
**Describe the bug** For some reason, the icon specified below is displayed incorrectly; the mask in the center of the icon is ignored. **To Reproduce** The XAML control is declared...
Current solution can't handle color definitons like rgb(255,255,0) which works well in all browsers For example such a gradient gets rendered black which is fallback color. Current code is only...