AnimatedImage aspect ratio final fix
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.