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

Flowing text is not supported by the library for now. Is it going to be implemented soon?

enhancement

Using this file as example [testSvgMasks.zip](https://github.com/vvvv/SVG/files/3261803/testSvgMasks.zip) the generated jpeg looks like this ![output](https://user-images.githubusercontent.com/11884292/59037667-0602b200-8872-11e9-9dd2-a6cf548fdb86.jpg) Is there a special setup to handle masks?

bug
enhancement

I've [added an feBlend element](https://github.com/Kymeric/SVG/tree/feature/feBlend) but I haven't implemented the `Process` method. Primarily because there are tons of blend modes but also because I don't need them (I don't use...

enhancement

`SvgDocument` currently initializes with a `PointsPerInch` variable. This is apparently used as a scale factor, e.g. in `Ascent()`. However, modern systems have no notion of a system DPI — each...

enhancement

I have a SVG with a 100x100 viewbox, and if I try and render it to a Win forms picture box at a larger size the pattern seems blur, I've...

bug

Hi guys! First of all thank you for this svg library - it is just great! A while ago, I forked this library with the goal to get it to...

enhancement
platform-support

Can be seen in several W3C examples: `text-tref-*-b.svg`, `text-ws-03-t.svg`, `text-align-04-b.svg` and `styling-pres-02-f.svg`. All text elements that have been added using `tref` are not present in the written document.

bug
text

There are some Trace statements in the source code that are used when errors occur during parsing or processing. It would be helpful if the errors/warnings are accessible as part...

enhancement

I have an SVG file with style attribute containing this `mix-blend-mode: multiply` and its not rendering it at all. Works in browsers.

enhancement

Big upper part is not pattern rendered good precision and quality, back little pattern part bad quality, less presision. ![2018-04-07_21-06-16](https://user-images.githubusercontent.com/10674646/38458479-8a7085c2-3aa7-11e8-8b4b-66f4a2de305d.png) Here is my SVG ``` ``` And render code ```...

enhancement