kekland / croppy

A fully customizable image cropper for Flutter, in Flutter
MIT License
105 stars 30 forks source link

How can i oval cropPathFn ? #42

Open cnkygmr opened 1 month ago

cnkygmr commented 1 month ago

Everything is there, I have examined the entire document, there is a rectangle, an ellipse, a star, but there is no idea how it will be an oval or circle ?

kekland commented 3 weeks ago

Hi! Sorry for a late reply.

If you want to make a circle, you can use an ellipse crop shape with a forced 1x1 aspect ratio, which will result in a circle. For ovals - unrestricted aspect ratio and ellipse will work.