From 9ae1880614149d1f5797451084bd54a87ff0a18d Mon Sep 17 00:00:00 2001 From: Ramez Ragaa Date: Mon, 3 Feb 2025 17:51:31 +0200 Subject: [PATCH] chore: fix ArcSegmentPage to correctly display on Skia --- .../Windows_UI_Xaml_Media/Geometry/ArcSegmentPage.xaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Media/Geometry/ArcSegmentPage.xaml b/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Media/Geometry/ArcSegmentPage.xaml index 46b8e58b523a..535377112a3e 100644 --- a/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Media/Geometry/ArcSegmentPage.xaml +++ b/src/SamplesApp/UITests.Shared/Windows_UI_Xaml_Media/Geometry/ArcSegmentPage.xaml @@ -4,10 +4,11 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:skia="http://uno.ui/skia" xmlns:android="http://uno.ui/android" xmlns:ios="http://uno.ui/ios" xmlns:wasm="http://uno.ui/wasm" - mc:Ignorable="d android ios wasm" + mc:Ignorable="d android ios wasm skia" Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> @@ -44,6 +45,7 @@