SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

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

#### Description SvgElement provides incorrect bounds if one path has 0 length #### Example data The bounds for the group in the following SVG is incorrect. The path with 0...

#### Description I am trying to extend SvgElement with the intent to create some project specific types that will still render to proper svg. However, I am running into an...

#### Description Rendering the attached .svg file fails with the text shown as black rectangles. Image looks ok in Chrome and Edge, the text should be a sans serif font....

i have a svg file referencing jpg file here is the part of svg file source code ![Image](https://github.com/user-attachments/assets/154cae97-fb94-40a7-8829-595df405bd83) and here is the jpg file, the jpg file seems to have...

I've seen a couple issues mentioning 'text' not working and they don't seem to be the same scenario I'm generating (but I'm very novice at svg files and could be...

![Image](https://github.com/user-attachments/assets/297d88ca-4333-4712-be44-a3f6e84f6c6d) ![Image](https://github.com/user-attachments/assets/0ac06a16-f0a9-4137-9b39-adb58b22589f) `var svg = File.ReadAllText(svgDirectory + "test.svg"); var svgDocument = SvgDocument.FromSvg(svg); using (var bitmap = svgDocument.Draw()) { bitmap.Save(svgDirectory + "test.png", ImageFormat.Png); }` When I convert an SVG with embedded...

Open mermaid live editor, the Sample Flowchart Chart is opened and displayed. Use Action=>SVG download to produce a SVG file. Use the code: var svgDocument = SvgDocument.Open(strFullPath); var pngImage =...

#### Description When I read a SVG with your library in Debug or Release mode from within Visual Studio everything works fine. However after building an installation and trying it...