exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.02k stars 557 forks source link

Question: Does Macaw have eraser functionality built in? #611

Closed jforward5 closed 4 years ago

jforward5 commented 5 years ago

Im in desperate need of a vector library that has an eraser tool built in, and can erase paths drawn over images. Can Macaw do this?

What would the lines of code look like? Just a sample of initiating the eraser tool if it has one...

ystrot commented 5 years ago

Hi @jforward5,

There is no build-in erase tool, however you may use clip/mask properties of a Node to implement it.