Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 16, 2017 06:01
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 ozelfatih/66bb3697382832955bcd4fceda189b9f to your computer and use it in GitHub Desktop.
Save ozelfatih/66bb3697382832955bcd4fceda189b9f to your computer and use it in GitHub Desktop.
drawLine(_ctx,100,100,200,200);
drawArc(_ctx, 150,150,150, 0, Math.PI/3);
drawPieSlice(_ctx, 150,150,150, Math.PI/2, Math.PI/2 + Math.PI/4, '#ff0000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment