Searched refs:curvedPath (Results 1 – 1 of 1) sorted by relevance
3978 var curvedPath = pathToAbsolute(path),4069 ii = curvedPath.length;4077 for (var i = 0, ii = curvedPath.length; i < ii; i++) {4078 curvedPath[i] && (pfirst = curvedPath[i][0]); // save current path command field4085 …curvedPath[i] = processPath(curvedPath[i], attrs, pathCommand); // Previous path command is inputt…4091 fixArc(curvedPath, i); // fixArc adds also the right amount of A:s to pathCommands4093 var seg = curvedPath[i],4103 pth.curve = pathClone(curvedPath);4105 return curvedPath;