SVG
SVG copied to clipboard
Fork of the ms svg library
Hi - First of all just praises for this tool from me. It has been really useful for me. Apart from that I am running into an issue where some...
The following code is rendered incorrectly: `8.0e+5` Rendered by SVG lib:  Rendered by Internet Browser: 
The X should be drawn centered vertically at the corner of the red rectangle, but is placed on top of the rectangle. ``` X ```
I ran into a very confusing situation when using this library due to a side-effect caused by accessing the Bounds get-property. In my case I was accessing the bounds for...
This is a feature request. It would be nice if it was possible to use vvvv/SVG to create a vector-pdf from SVG. Right now it renders an image. Adding an...
hi, I have tried this dll file in my windows application, but all svg images not open properly specially animated svg files. it shows image in picture box but animation...
I dare to make a suggestion. Create more, more samples ! This library is very useful for many people. It took a lot of work to complete many SVG features,...
I observed an inconsistency problem with gradient presentation in an old version. A gradient is defined from a given cyan color to white with x2="20%" and y2="100%". I found that...
#### Description I found an inconsistency in presentation between the current library and an old version I had been using. The presentation with the current library is also inconsistent with...
#### Description In the rendered image, one of the paths, which are on the image, is missing. #### Example data Open the attached SVGs in an editor (e.g. Inkscape). You...