SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

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

**Application failes for 523KB file with exception** {"Out of memory."} Data:{System.Collections.ListDictionaryInternal} Looks like due to file with many tags Dictionary couldn't hold massive data at System.Drawing.Graphics.CheckErrorStatus(Int32 status) at System.Drawing.Graphics.DrawPath(Pen pen,...

bug
crash

The following code includes sample code and a sample SVG where the stream size and bytes are different if running as x86 or x64. byte[] test is different between 32/64...

I'm having trouble getting netstandard2.0 to work which was added in #509 The build command I am using (from the source directory) is: ``` dotnet build -c release -f netstandard2.0...

#### Description Not sure if this is a known issue or not. Using the latest (as of now, 3.1.1), `Bounds` seems to treat "Bolder" (W900) the same as "Bold" (W700)....

#### Description When trying to render SVG file that includes an emoji inside text attribute, to PNG, it renders an invalid symbol. Does the library support it? #### Example data...

#### Description When opening a SVG file with the @font-face property inside the "svg:style" tag the element is categorized as a SvgUnknownElement. Is there any possibility you add support to...

enhancement

**Expected:** Background color renders White (`#FFFFFF`) as per the SVG specifications. > When an SVG document is a top-level document, meaning it is not embedded in another document, the root ...

bug

#### Description When traversing the SVG document in order to translate it to a custom vector format, I was using the curves contained in the `GraphicsPath` returned by `Path()` to...

I see there was a pull request #150 way back in the day, but I'm not sure: * whether that's supposed to work from .NET Standard (since the code mostly...

enhancement

#### Description Some time ago I found code snippet (using this library) convert SVG to WMF: ``` using (var memoryStream = new MemoryStream()) using (var image = new Bitmap(100,100)) using...

enhancement