quadraticCurveTo(num aCPx, num aCPy, num aX, num aY) { currentPath.quadraticCurveTo(aCPx, aCPy, aX, aY); return this; }