How can I use wieslawsoltes/Svg.Skia library?

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)

I just realized you might be the best person to ask about this @tonfilm 😁

wieslawsoltes/Svg.Skia is not what VL.Skia uses for SVG, right? If it doesn’t, does it make sense to use wieslawsoltes/Svg.Skia package because it could be more complete? I’m trying to make it work in vvvv, but couldn’t able to.