flutter-polygon-clipper icon indicating copy to clipboard operation
flutter-polygon-clipper copied to clipboard

Border radius reduces the size of the polygon

Open Vardiak opened this issue 5 years ago • 0 comments

When I add a borderRadius to a polygon, its size is reduced. I think it is a strange behavior since it should only smooth out the angles. As a quick fix, I have to add a Transform.scale widget.

Vardiak avatar Jun 19 '19 10:06 Vardiak