ACEDrawingView icon indicating copy to clipboard operation
ACEDrawingView copied to clipboard

Support variable width

Open ranjitk-plackal opened this issue 11 years ago • 1 comments

Hello, I want to know how we can support variable width in this project.

ranjitk-plackal avatar Jan 01 '14 14:01 ranjitk-plackal

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.

ntnmrndn avatar Mar 07 '14 05:03 ntnmrndn