SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Fork of the ms svg library

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

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...

bug
text

The following code is rendered incorrectly: `8.0e+5` Rendered by SVG lib: ![capture1](https://user-images.githubusercontent.com/24389307/30208667-d67c12e2-9494-11e7-9cb7-9f7255586098.PNG) Rendered by Internet Browser: ![capture](https://user-images.githubusercontent.com/24389307/30208680-df52adf4-9494-11e7-9f33-333a4652b0e6.PNG)

bug
text

The X should be drawn centered vertically at the corner of the red rectangle, but is placed on top of the rectangle. ``` X ```

text

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...

enhancement

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...

enhancement

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...

enhancement

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,...

enhancement

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...