ctx.beginPath(); ctx.moveTo(200, 100); ctx.quadraticCurveTo(300, 150, 250, 250); ctx.lineWidth = 15; ctx.strokeStyle = "#8B4513"; ctx.stroke(); ctx.beginPath(); ctx.moveTo(215, 100); // thoda side se start ctx.quadraticCurveTo(315, 150, 265, 250); ctx.lineWidth = 15; ctx.strokeStyle = "#8B4513"; ctx.stroke();

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home