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
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
To render predictable animation, default BoxFit has changed to `none`.
Animation won't be longer stretched by canvas size. (retain original size, aligned to center)
Related: #3
When the canvas size is bigger than animation has, image is resized like
Boxfit.fill
.This issue causes different size from
lottie-flutter
.Step 1. Must ensure the default rendering result is
Boxfit.none
.Step 2. Should support 7 options on BoxFit enum:
https://api.flutter.dev/flutter/painting/BoxFit.html
The parameter usage will be:
The text was updated successfully, but these errors were encountered: