I am using the .NET svg rendering engine to convert an svg file to png.
Everything is working as expected except for one detail. The clippaths.
I have to manually link the clippath defined in the definitionlist and the element that needs a clipPath.
the ClipPath property of an SVGElement has the System.URI type. But all I have is a functional uri notation from the svg like this => url(#myId)
How do I make up the System.Uri object?
I was using an old version of the library, in the new version the clipping works as it should.
more info can be found here