Skip to content

Instantly share code, notes, and snippets.

@skyfallsin
Created June 28, 2012 22:45
Show Gist options
  • Save skyfallsin/3014455 to your computer and use it in GitHub Desktop.
Save skyfallsin/3014455 to your computer and use it in GitHub Desktop.
@ctx = canvas.getContext("2d")
@ctx.strokeStyle = "rgba(0,212,255,1.0)"
@ctx.lineWidth = 12.0
@ctx.beginPath()
@ctx.arc(172, 118, 90, Math.PI, arcMultiplier*Math.PI, false)
@ctx.stroke()
@ctx.closePath()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment