Stretched filled ellipse not displaying on iOS
[iOS]

Stretched filled ellipse should display correctly on all platforms
[UWP]

_[Sample repro solution in attachment of this issue]_
`
<Grid Height="74"
Width="74"
VerticalAlignment="Center"
HorizontalAlignment="Center">
<!-- [iOS] BUG #2542 : This White ellipse isn't visible on iOS with latest Uno.UI dev -->
<Ellipse VerticalAlignment="Stretch"
HorizontalAlignment="Stretch"
Fill="White" />
<!-- [Android] BUG #2547 : This Red stroked ellipse isn't correctly centered on Android with latest Uno.UI dev -->
<Ellipse VerticalAlignment="Stretch"
HorizontalAlignment="Stretch"
Stroke="Red"
StrokeThickness="2"
Fill="Transparent"
Margin="2" />
</Grid>
</Grid>
`
Nuget Package: Uno.UI
Package Version(s): 2.1.0-dev.878
Affected platform(s):
Visual Studio:
Related issue: https://nventive.visualstudio.com/Umbrella/_workitems/edit/171681
Another bug related to Ellipse on Android: #2547
Sample repro solution
EllipseNotVisibleOniOSAndStrokedEllipseNotCenteredOnAndroid.zip
This bug is most probably the root cause of https://github.com/unoplatform/uno/issues/2441
As a reminder @dr1rrb / @carldebilly, for this particular issue, there is no animation involved.
@agneszitte-nventive
It has not been tested yet, but the package Uno.UI v2.1.0-dev.1090 contains fixes related to this issue and it should be tested again on this version.
@carldebilly Sample solution tested with https://www.nuget.org/packages/Uno.UI/2.1.0-dev.1090 and it's still the same.
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
Fixed by PR #2608 - will be present in package Uno.UI v2.1.0-dev.1166