drawapp icon indicating copy to clipboard operation
drawapp copied to clipboard

Smoothing?

Open nalin opened this issue 6 years ago • 1 comments

Great app! Thanks for sharing.

Any suggestions on how I could implement smoothing to the lines that are drawn?

nalin avatar Dec 19 '18 16:12 nalin

I imagine you can play around with the strokeJoin, strokeMiterLimit or other properties of the Paint class to try and achieve better smoothing.

I couldn't get much better than the standard settings with the strokeCap set to Round (as it currently is) but let me know if you manage to get something better!

soupjake avatar Dec 20 '18 13:12 soupjake