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 Fonts wont be translated into the PNG file. The PNG File will contain an empty image. #### Example data ![1](https://user-images.githubusercontent.com/32510006/161566076-4c1f16ae-41be-4752-a608-81838edc5b77.svg) ``` using (var stream = new MemoryStream(filenameSvg)) {...

bug

Please add it

platform-support

#### Description Shouldn't an element's Bounds be relative to the document's ViewBox? Consider the following test that **fails**: #### Example data ```cs [Test] public void TestBounds() { var tem =...

question

I am having issues with SVG on macOS. The rendered SVGs are pre-multiplied (as in, the less opaque the pixel is, the more black it is), when they're used as...

platform-support

The "writing-mode" style attribute is not respected. I found out that vertical text orientation can be achieved using "tb" or "vertical-lr" values of the "writing-mode" attribute. [https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/writing-mode](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/writing-mode) SVG with vertical...

enhancement

#### Description `SvgGroup.Bounds` does not return the correct bounds if transformations have been applied to the SVG group. The reason for this is that `SvgGroup.Bounds` first determines the correct bounds...

bug

#### Description A SVG with multiple tspan elements below a text-node doesn't render correctly when converted to PNG. Below is a simple reproduction SVG using text-anchor "middle", and "end" each...

bug
text

#### Description The **foreignObject** tags are rendered as empty boxes when the content is an html fragment #### Example data The following sample has been generated using [MermaidJs](https://github.com/mermaidjs) ```xml #mermaid-1600326373315{font-family:"trebuchet...

enhancement

This is a housekeeping issue to discuss the contents of release 4.0, especially the supported frameworks, and the handling of the unsupported `System.Drawing.Common` (see also #929 and #910). The release...

infrastructure

Hello I using this library but it's dont have paint order functionalty. it's necessary for the nicely stroked Text ( most of handwriting font etc.) I made two little change...

enhancement