Skip to content

Commit

Permalink
Update robotDraw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vif15 authored Nov 25, 2024
1 parent bf0a879 commit 2fa8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/robotDraw.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ctx.moveTo(650, 241);
ctx.lineTo(500, 500);
ctx.stroke();

ctx.beginPath();
/**ctx.beginPath();
ctx.arc(650, 414, 173, 0, 2 * Math.PI);
ctx.stroke();
ctx.stroke();**/

//red wheel

Expand Down

0 comments on commit 2fa8d45

Please sign in to comment.