jakubfiala / atrament

A small JS library for beautiful drawing and handwriting on the HTML Canvas.
http://fiala.space/atrament/demo
MIT License
1.57k stars 115 forks source link

Click creates a line in top left corner #99

Closed nichoth closed 6 months ago

nichoth commented 6 months ago
  1. Thanks for working in open source, this library is really cool.

  2. When I click or double click in the middle of the canvas, it creates a diagonal line in the top left corner. This is visible in the demo page, https://www.fiala.space/atrament/demo/ , though it is hidden by the controls on the left.

image
jakubfiala commented 6 months ago

Hey there @nichoth! thank you very much for catching this bug and also opening a PR, really appreciate that :) I'll look at the fix now.