Paint-Redesigned icon indicating copy to clipboard operation
Paint-Redesigned copied to clipboard

Drawing the curves smoothly

Open maheshj01 opened this issue 5 years ago • 1 comments

I am trying to find a way to paint the curves smoothly rather than discrete lines the paint is being drawn in the form of lines I am actually drawing lines and as the stroke width is increased it doesn't actually feel smooth at all.

Please take a look at this tweet explaining the issue.

I would appreciate it if someone could help me resolve this PR are welcome.

maheshj01 avatar Oct 26 '20 03:10 maheshj01

Update curves have been made bit smoother by drawing lines as Path https://github.com/maheshmnj/flutter_paint/commit/33d4ef65a7c01e741cc29e8c146b3a9e36e3f6f9

Old

image

New

image

maheshj01 avatar Jan 02 '22 14:01 maheshj01