Skip to content

Instantly share code, notes, and snippets.

@usmaanalii
Created August 1, 2017 07:47
Show Gist options
  • Save usmaanalii/3894ae52094324c5fd72e113befa6c4f to your computer and use it in GitHub Desktop.
Save usmaanalii/3894ae52094324c5fd72e113befa6c4f to your computer and use it in GitHub Desktop.
ctx = canvas.getContext('2d');
ctx.strokeStyle = '#BADA55';
ctx.lineJoin = 'round';
ctx.lineCap = 'round';
ctx.lineWidth = 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment