I try it with little modifications to view SVG files.
The colours are not aligned (try with different viewer that give the same results, except in thorvg) ... look at attached image.
In many case, where the SVG is more complex it throw an math exception (divide by zero). To resolve this you have to add:
SetExceptionMask(GetExceptionMask + [exOverflow,exZeroDivide,exInvalidOp]);
this is normally when you have to do with C Microsoft Dll.
But, except for colours, seems to be good with very complex svg images too ... better then Skia.
P.S.: Colours not aligned, I meant the colours are not right, some kind is right others not (it's like the typical inversion of the plane R,G,B that affects also PNG sometimes).