hi all,
I tried loading an svg from illustrator into the help patch “Sample the paths of an SVG”. It did not work; I tried different export settings. "ParseSvgPathData " outputs NULL. Having a look at the SVG itself, the only difference to the SVG which comes with skia is that the first vector starts with an “M”. After adding these, my Illustrator SVG worked.
I flagged this as an error, should the parse node catch that?
just checked, and “DrawSVG” does just works without those Ms