Skip to content

AnimatedImage aspect ratio final fix

Compare
Choose a tag to compare
@dreampiggy dreampiggy released this 29 Oct 19:58
· 429 commits to master since this release

Fixes

  • Using the intrinsicContentSize on wrapper container, try to fix the aspect ratio sizing issue #36

Now, the AnimatedImage all behavior about aspectRatio(_:contentMode:) is matching with Image and WebImage. Local test cases with all combinations are passed.