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

Clip property is not working properly after MAUI preview 9 release #3081

Closed
E-Mani opened this issue Oct 22, 2021 · 2 comments
Closed

Clip property is not working properly after MAUI preview 9 release #3081

E-Mani opened this issue Oct 22, 2021 · 2 comments
Labels
area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working

Comments

@E-Mani
Copy link

E-Mani commented Oct 22, 2021

Description

I am clipping the BoxView/ContentView using the RoundRectangeGeometry and PathGeometry, clipping is not working properly. But it was working fine before the preview 9 release.

Steps to Reproduce

  1. Add a BoxView in a vertical stacklayout or any other layout
  2. Clip the BoxView with RoundRectangleGeometry.
  3. BoxView not clipped properly with corner radius.

Expected Behavior

BoxView/ContentView must clip correctly.

Actual Behavior

BoxView/ContentView is not clipping correctly.

Basic Information

MAUI preview 9

Screenshots

Clip Issue

Reproduction Link

Sample link:
ClipIssue.zip

@jsuarezruiz jsuarezruiz added the t/bug Something isn't working label Oct 22, 2021
@jsuarezruiz jsuarezruiz added the area-drawing Shapes, Borders, Shadows, Graphics, BoxView, custom drawing label Oct 22, 2021
@wenwen60
Copy link

wenwen60 commented Feb 28, 2022

Reproduce using the above project on VS2022 17.2.0 Preview 2.0 [32215.517.main]. Tested with Android 11.

@wenwen60 wenwen60 added the s/verified Verified / Reproducible Issue ready for Engineering Triage label Feb 28, 2022
@jsuarezruiz
Copy link
Contributor

The issue should be fixed with latest Preview 14. I am going to close this issue but open a new one if can reproduce the issue again or find a another one.

@ghost ghost locked as resolved and limited conversation to collaborators Apr 22, 2022
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 s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants