From e48a59f21ffc3063769626a76f639218048e324e Mon Sep 17 00:00:00 2001 From: Rafael Rosa Date: Thu, 24 Aug 2023 17:27:38 -0300 Subject: [PATCH 1/9] chore: add Ellipse and Rectangle Fill (cherry picked from commit 5601122cdc639e8932bbdfede2e2f341b9bc654e) --- ...hadowContainerRectangleTestPage.WinUI.xaml | 73 ++++++++++++++++ ...owContainerRectangleTestPage.WinUI.xaml.cs | 75 ++++++++++++++++ .../ShadowContainerTestPage.WinUI.xaml | 43 ++++++++-- .../ShadowContainerTestPage.WinUI.xaml.cs | 31 ++++++- .../Uno.Toolkit.Samples.Shared.projitems | 2 +- ...olkit.WinUI.Samples.Windows.Desktop.csproj | 4 + src/Uno.Toolkit.UITest/Constants.cs | 2 +- .../ShadowContainer/Given_ShadowContainer.cs | 85 +++++++++++++++---- 8 files changed, 288 insertions(+), 27 deletions(-) create mode 100644 samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Shared/Content/TestPages/ShadowContainerRectangleTestPage.WinUI.xaml create mode 100644 samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Shared/Content/TestPages/ShadowContainerRectangleTestPage.WinUI.xaml.cs diff --git a/samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Shared/Content/TestPages/ShadowContainerRectangleTestPage.WinUI.xaml b/samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Shared/Content/TestPages/ShadowContainerRectangleTestPage.WinUI.xaml new file mode 100644 index 000000000..28a626f72 --- /dev/null +++ b/samples/Uno.Toolkit.Samples/Uno.Toolkit.Samples.Shared/Content/TestPages/ShadowContainerRectangleTestPage.WinUI.xaml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +