SVG getPath crashes VVVV (45beta31.2 x86)

Appear to me that there might be a bug in SVG getPath,
I attached a sample patch and a SVG document that I want to get the Paths and draw them one by one.

best regards

test patch and SVG document (140.0 kB)

GetPath is a very expensive operation and the ‘flatten’ operation as well. i’ve disabled flatten and was waiting about 2 minutes… then the path data was available:

just found this on the path types. i’ll add it to the help patch:

http://msdn.microsoft.com/en-us/library/system.drawing.drawing2d.graphicspath.pathtypes(v=vs.110).aspx

Thanks! Would be great if the output pins of a getPath and the Path nodes match ;)