SVGPath icon indicating copy to clipboard operation
SVGPath copied to clipboard

CGPathGetCurrentPoint: no current point warning issued

Open lingolab2 opened this issue 6 years ago • 0 comments

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?

lingolab2 avatar Feb 02 '19 07:02 lingolab2