pwambach/angular-canvas-painter

Is it possible to change the cursor over the canvas to match the "brush" size?

Opened this issue · 1 comments

I'm looking for a way to not only change the cursor to a circle when mousing over the canvas (that part isn't really the issue, should be easy enough to figure out) but also change that circle dynamically to match the brush size selected by the slider. Is that possible and if so, how would I need to go about accessing the brush size data? I'm still pretty new to Angular so any ideas or hints are helpful :)

This is a great tool, really enjoying it!

Sorry for the long pause. Do you mean to paint a circle like cursor to the canvas at the mouseposition? The resizing according to the brush size shouldn't be a big problem.