steffest / DPaint-js

Webbased image editor, modeled after the legendary Deluxe Paint with a focus on retro Amiga file formats: read and write Amiga icon files and IFF ILBM images
https://www.stef.be/dpaint/
MIT License
481 stars 28 forks source link

Moving quickly with the pencil tool results in gaps #9

Closed tristanbob closed 1 year ago

tristanbob commented 1 year ago

When drawing with the pencil tool, gaps can appear if the cursor is moved quickly. It seems to only draw once per frame.

Possible solution:

image

steffest commented 1 year ago

Indeed. I'm still pondering over the best approach for this. Of course in Deluxe Paint this is a separate button, but I don't want to overload the UI with too much buttons. Probably the line approach is best,

steffest commented 1 year ago

Yep, filling the gaps with lines works fine. Thanks for the feedback !