You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: