SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

Results 141 SVG issues
Sort by recently updated
recently updated
newest added

Tracking issue for parse performance optimizations. - [x] Add common StringParser class #801 - [x] SvgUnitConverter #805 #811 - [x] SvgUnitCollectionConverter #805 - [x] SvgStrokeDashArrayConverter #805 - [ ] SvgColourConverter...

performance

https://github.com/vvvv/SVG/blob/master/Source/SvgElement.cs#L383 ```csharp get { return GetAttribute("transform", false); } ``` Which forwards to https://github.com/vvvv/SVG/blob/master/Source/SvgElement.cs#L299 `SvgAttributeCollection.GetAttribute` and `SvgAttributeCollection.GetInheritedAttribute` return `null`, which - in the end - violates best practice (a collection should...

enhancement

Hi guys. It seems stroke-width is ignored when it has value between 0 and 1. Stroke-width value, in that case, is taken by default and is equal to 1. Does...

bug

#### Description When there is a svg document with a doctype, the parsing of the svg file is very slow because the doctype is loaded and parsed. Even if this...

performance

This could be an option to get cross platform drawing via Skia. We could join efforts with their repository. https://github.com/mono/SkiaSharp.Extended/tree/master/SkiaSharp.Extended.Svg This would leave this repo with the task of building...

enhancement
platform-support

#### Description The project has issues on .NET Core 3.0 and 3.1; Also .NET Core 3.0 and 3.1 adds System.Drawing to the WindowsDesktop.App package which can be trapped to ``PackageReference``...

enhancement
platform-support

Hello I find a little bug. when get bound of the multiline text (with spans), if one span has whitespace char program crashing. Solution: Replace this line with following line...

When using text-anchor="middle" in conjunction with a text path, the x-coordinates of the text shifts to the left. Only text-anchor "middle" has an issue, where "start"/"end" are okay. In the...

bug
text

When using the following markup in a browser (Edge, Chrome, Firefox) the text is properly centred. SVG seems to centre on the first `` and the rest of the text...

bug
text

I have an SVG file shown in the text below the Image elements inside nested SVG's work but images do not: This renders when converting from SVG to PNG: `Goalkeeper1`...