SVG
SVG copied to clipboard
Fork of the ms svg library
#### Description Fonts wont be translated into the PNG file. The PNG File will contain an empty image. #### Example data  ``` using (var stream = new MemoryStream(filenameSvg)) {...
#### 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 =...
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...
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...
#### 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...
#### 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...
#### 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...
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...
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...