Skip to content

Instantly share code, notes, and snippets.

@nextechu
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nextechu/9860850 to your computer and use it in GitHub Desktop.
Save nextechu/9860850 to your computer and use it in GitHub Desktop.
context.beginPath();
context.lineWidth = 10;
context.fillStyle = "blue";
context.arc(305, 135, 10, 0, 360);
context.fill();
context.stroke();
context.closePath();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment