acerbetti / ACEDrawingView

An open source iOS component to create a drawing app
Apache License 2.0
665 stars 171 forks source link

Support for brush textures? #92

Open bduyng opened 6 years ago

bduyng commented 6 years ago

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....

Authman2 commented 6 years ago

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