Uno: [iOS] Stretched filled ellipse not displaying

Created on 27 Jan 2020  路  6Comments  路  Source: unoplatform/uno

Current behavior

Stretched filled ellipse not displaying on iOS

[iOS]
image

Expected behavior

Stretched filled ellipse should display correctly on all platforms

[UWP]
image

How to reproduce it (as minimally and precisely as possible)

_[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>

`

Environment

Nuget Package: Uno.UI

Package Version(s): 2.1.0-dev.878

Affected platform(s):

  • [X] iOS
  • [ ] Android
  • [ ] WebAssembly
  • [ ] WebAssembly renderers for Xamarin.Forms
  • [ ] macOS
  • [ ] Windows
  • [ ] Build tasks
  • [ ] Solution Templates

Visual Studio:

  • [ ] 2017 (version: )
  • [X] 2019 (version: 16.4.1)
  • [ ] for Mac (version: )

Related issue: https://nventive.visualstudio.com/Umbrella/_workitems/edit/171681

Anything else we need to know?

Another bug related to Ellipse on Android: #2547

kinbug kinregression

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeromelaban picture jeromelaban  路  3Comments

paulovila picture paulovila  路  3Comments

MartinZikmund picture MartinZikmund  路  3Comments

JanabiSoft picture JanabiSoft  路  4Comments

MatFillion picture MatFillion  路  4Comments