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

Fix incorrect clipping using RoundRectangleGeometry #5708

Merged
merged 4 commits into from
May 2, 2022

Conversation

jsuarezruiz
Copy link
Contributor

@jsuarezruiz jsuarezruiz commented Mar 31, 2022

Description of Change

Fix incorrect clipping using RoundRectangleGeometry.

Fixes #6260

Before
clipping-rounded-issue

After
clipping-rounded-fix

@jsuarezruiz jsuarezruiz added t/bug Something isn't working area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing labels Mar 31, 2022
{
double density = 1.0d;
#if ANDROID
density = DeviceDisplay.MainDisplayInfo.Density;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we only want this for Android ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Rui, we talked about this, could you take a look again?. Thanks!

@rmarinho rmarinho merged commit 9af52f0 into main May 2, 2022
@rmarinho rmarinho deleted the fix-roundrectanglegeometry-clip-issue branch May 2, 2022 10:30
@github-actions github-actions bot locked and limited conversation to collaborators Dec 23, 2023
@samhouts samhouts added the fixed-in-6.0.300-rc.3 Look for this fix in 6.0.300-rc.3! label Aug 2, 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 fixed-in-6.0.300-rc.3 Look for this fix in 6.0.300-rc.3! t/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clipping is still not working
4 participants