federico-moretti / canvas-free-drawing

A JavaScript library that allows you to draw in a canvas HTML element, straightforward to use and extremely lightweight.
https://www.federicomoretti.dev/projects/canvas-free-drawing
MIT License
65 stars 11 forks source link

Bucket fills the whole canvas after clear -> redo #2

Closed federico-moretti closed 5 years ago

federico-moretti commented 5 years ago

Using the bucket tool after doing clear than redo will fill the whole canvas instead of the correct part using the fill function.

How to reproduce it:

federico-moretti commented 5 years ago

Fixed in #3 .