Skip to content

Instantly share code, notes, and snippets.

@mgechev
Created October 17, 2020 21:09
Show Gist options
  • Save mgechev/4358f24b48758fe50fa22e62df15e206 to your computer and use it in GitHub Desktop.
Save mgechev/4358f24b48758fe50fa22e62df15e206 to your computer and use it in GitHub Desktop.
data:text/html,<canvas id=v><script>d=document,P='onpointer',c=v.getContext('2d'),v.width=innerWidth,v.height=innerHeight,f=0,d[P+'down']=e=>{f=e.pointerId+1;e.preventDefault();c.beginPath();c.moveTo(e.x,e.y)};d[P+'move']=e=>{f==e.pointerId+1&&c.lineTo(e.x,e.y);c.stroke()},c.lineWidth=3,d[P+'up']=_=>f=0</script></canvas>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment