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

[BlurEffect] rounded corner not work #691

Open
jcyuan opened this issue Jun 24, 2024 · 2 comments
Open

[BlurEffect] rounded corner not work #691

jcyuan opened this issue Jun 24, 2024 · 2 comments
Labels
bug-report Potential bug that should be verified project-blurs
Milestone

Comments

@jcyuan
Copy link

jcyuan commented Jun 24, 2024

i guess this should be a bug on MAUI side?

image

xaml:

<Border Padding="4" x:Name="PreviewToolBar" ZIndex="1" VerticalOptions="Start" StyleClass="Rounded">
    <Border.Effects>
        <uranium:BlurEffect AccentColor="{StaticResource Primary}" AccentOpacity=".8" />
    </Border.Effects>

   <!-- ... -->
</Border>
@enisn enisn added bug-report Potential bug that should be verified project-blurs labels Jun 24, 2024
@enisn enisn added this to the v2.9 milestone Jun 24, 2024
@enisn
Copy link
Owner

enisn commented Jun 24, 2024

Is this only on Android or it happens on all the platforms?

@jcyuan
Copy link
Author

jcyuan commented Jun 24, 2024

Is this only on Android or it happens on all the platforms?

just tested on desktop, my App runs on macOS + Desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Potential bug that should be verified project-blurs
Projects
None yet
Development

No branches or pull requests

2 participants