I had this SVG arrow that I wanted to render in Skia.
However, it rendered incorrectly:
I thought to give wieslawsoltes/Svg.Skia library a go, as it mentions it has a more complete implementation of the SVG document model. But I couldn’t get it work, I see this error:
Am I doing something wrong here? I took the instructions for canvas straight from its docs. I think I’m referencing the right nuget as well.
svg-3rd-party-lib.zip (3.2 KB)