Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC2 Border.Stroke Shape is not fully displayed #6804

Closed
HausBJB opened this issue May 4, 2022 · 3 comments
Closed

RC2 Border.Stroke Shape is not fully displayed #6804

HausBJB opened this issue May 4, 2022 · 3 comments
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

Comments

@HausBJB
Copy link

HausBJB commented May 4, 2022

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

image

Steps to Reproduce

  1. Create new MauiApp
  2. Add XAML code in MainPage
  3. Run App

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

@HausBJB HausBJB added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels May 4, 2022
@jfversluis
Copy link
Member

Wow did you time this?! 😄 closing this as duplicate of #6804

@HausBJB
Copy link
Author

HausBJB commented May 4, 2022

Do you mean ticket # 6805? No we didn't time this, my was first ;)

6805

@HausBJB
Copy link
Author

HausBJB commented May 24, 2022

Hello the problem is still there

Version GA (6.0.312)

#6804

@ghost ghost locked as resolved and limited conversation to collaborators Jun 23, 2022
@samhouts samhouts added the area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing label Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

3 participants