steveruizok / perfect-freehand-dart

Draw perfect freehand lines—in Flutter.
https://steveruizok.github.io/perfect-freehand-dart/
MIT License
242 stars 36 forks source link

Make the end cap a half-circle instead of a full circle #14

Open dodgog opened 1 year ago

dodgog commented 1 year ago

The end cap drawn at the end of strokes right now is a circle. This fixes the behavior of the cap addition and makes it a half-circle.

Before:

Screenshot 2023-08-30 at 16 26 24

After:

Screenshot 2023-08-30 at 17 21 34