SVG
SVG copied to clipboard
Fork of the ms svg library
Flowing text is not supported by the library for now. Is it going to be implemented soon?
Using this file as example [testSvgMasks.zip](https://github.com/vvvv/SVG/files/3261803/testSvgMasks.zip) the generated jpeg looks like this  Is there a special setup to handle masks?
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...
`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...
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...
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...
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.
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...
I have an SVG file with style attribute containing this `mix-blend-mode: multiply` and its not rendering it at all. Works in browsers.
Big upper part is not pattern rendered good precision and quality, back little pattern part bad quality, less presision.  Here is my SVG ``` ``` And render code ```...