While parsing any svgpath like the foll:
I am getting a warning like the following:
2019-02-02 12:42:26.829502+0530 XXXX [6689:423465] [Unknown process name] CGPathGetCurrentPoint: no current point.
and my code is:
let fileSVGPaths = SVGBezierPath.pathsFromSVG(at: fileUrl2!)
Is something wrong in my SVG or am I missing something?
While parsing any svgpath like the foll:
I am getting a warning like the following:
2019-02-02 12:42:26.829502+0530 XXXX [6689:423465] [Unknown process name] CGPathGetCurrentPoint: no current point.
and my code is:
let fileSVGPaths = SVGBezierPath.pathsFromSVG(at: fileUrl2!)
Is something wrong in my SVG or am I missing something?