ACEDrawingView
ACEDrawingView copied to clipboard
Support variable width
Hello, I want to know how we can support variable width in this project.
Hello,
The only way to do so seems to be changing the source code. Suppressing and Adding again all the paths should do the trick. You can take a look on the save/load functions I added on https://github.com/ntnmrndn/ACEDrawingView to get an understanding on how to do it.
I will make a pull request soon, maybe adding a redraw function.
However, this will just crop your image, not rescaling it.