leonardocaldas / flutter-polygon-clipper

Flutter Custom Clipper using Polygon shapes
GNU General Public License v3.0
96 stars 31 forks source link

Border radius reduces the size of the polygon #4

Open Vardiak opened 5 years ago

Vardiak commented 5 years ago

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.