Skip to content

Instantly share code, notes, and snippets.

@jirihelmich
Created June 2, 2012 13:58
Show Gist options
  • Select an option

  • Save jirihelmich/2858516 to your computer and use it in GitHub Desktop.

Select an option

Save jirihelmich/2858516 to your computer and use it in GitHub Desktop.
context.beginPath()
context.arc(a.x, a.y, 20, 0, 3.14*2, false)
context.closePath();
context.strokeStyle = "3 px solid #0000ff"
context.stroke()
context.fillStyle = "#ff0000"
context.fill()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment