drawapp
drawapp copied to clipboard
Smoothing?
Great app! Thanks for sharing.
Any suggestions on how I could implement smoothing to the lines that are drawn?
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!