ACEDrawingView icon indicating copy to clipboard operation
ACEDrawingView copied to clipboard

Support for brush textures?

Open bduyng opened this issue 8 years ago • 1 comments

Is it possible to add an image and use it as a texture of stroke when drawing?... so we can just need to change the image to support as many brushes as we want to like soft edge, spay....

bduyng avatar Jan 02 '18 08:01 bduyng

I have brushes implemented in mine, but they do not have image textures: https://github.com/Authman2/Canvas

Authman2 avatar Apr 25 '18 20:04 Authman2