You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to provide an initial crop rect to the cropper? For example, add a binding cropRect to the cropper view and then anyone using it can provide an initial cropRect. The cropper view will then adjust the crop area. Then on pressing the crop button, instead of only keeping the the calculated cropRect internally to the cropper view, also apply it in the binding to expose it for the caller. Something like:
is it possible to provide an initial crop rect to the cropper? For example, add a binding
cropRect
to the cropper view and then anyone using it can provide an initial cropRect. The cropper view will then adjust the crop area. Then on pressing the crop button, instead of only keeping the the calculated cropRect internally to the cropper view, also apply it in the binding to expose it for the caller. Something like:The text was updated successfully, but these errors were encountered: