Lines Matching full:pathstr
1583 var pathStr = ArcStart(circle.center, circle.radius, 0, (now - circle.start) / (dur / 359.9));1585 circle.setAttribute("d", MakeArc(pathStr));1586 circleFill.setAttribute("d", MakeWedge(circle.center, pathStr));