enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.12k stars 131 forks source link

[BlurEffect] rounded corner not work #691

Open jcyuan opened 2 months ago

jcyuan commented 2 months ago

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 commented 2 months ago

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

jcyuan commented 2 months ago

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

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