SVGImage icon indicating copy to clipboard operation
SVGImage copied to clipboard

A SVGImage Control for WPF

Results 8 SVGImage issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe. When i use svgimage in my project,it return building error. ![1](https://github.com/dotnetprojects/SVGImage/assets/1125823/9fa8ec27-1a8d-47fe-a1fd-8f001e89b6f0)

**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...

bug

**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...

bug

**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...

bug

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...

bug

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...