Flutter-Buddies / tic_tac_no

Complex variants of tic-tac-toe game
MIT License
19 stars 10 forks source link

Fix overflow of triangle piece #26

Closed Zambrella closed 3 years ago

Zambrella commented 3 years ago

Screenshot_1612519274 Fixed by changing the strokeJoin property on the painter to StrokeJoin.round - https://api.flutter.dev/flutter/dart-ui/StrokeJoin-class.html

slovnicki commented 3 years ago

Nice!