RC2 Border.Stroke Shape is not fully displayed #6804
Labels
area-drawing
Shapes, Borders, Shadows, Graphics, BoxView, custom drawing
platform/android 🤖
s/needs-verification
Indicates that this issue needs initial verification before further triage will happen
t/bug
Something isn't working
Description
Hello, I have a border with EllipseGeometry that is not fully displayed
<Grid BackgroundColor="Black"> <Border WidthRequest="150" HeightRequest="150" Stroke="#C49B33" StrokeThickness="4" Background="#2B0B98" HorizontalOptions="Center"> <Border.StrokeShape> <EllipseGeometry RadiusX="50" RadiusY="50" Center="50,50"/> </Border.StrokeShape> <Label Text=".N" VerticalOptions="Center" HorizontalOptions="Center" TextColor="White" FontSize="18" FontAttributes="Bold" /> </Border> </Grid>
Repro
https://github.com/HausBJB/MauiApp2.git
Steps to Reproduce
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 12 (API 31)
Did you find any workaround?
NO
Relevant log output
No response
The text was updated successfully, but these errors were encountered: