Skip to content

Commit

Permalink
chore: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 23, 2024
1 parent 09a2301 commit c14368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.UI/UI/Xaml/Media/VisualTreeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ internal static (UIElement? element, Branch? stale) SearchDownForTopMostElementA
Rect clippingBounds;
using (SkiaHelper.GetTempSKPath(out var viewBoxPath))
{
clippingBounds = element.Visual.GetViewBoxPathInElementCoordinateSpace(viewBoxPath)
clippingBounds = element.Visual.GetArrangeClipPathInElementCoordinateSpace(viewBoxPath)
? transformToElement.Transform(viewBoxPath.TightBounds.ToRect())
: Rect.Infinite;
}
Expand Down

0 comments on commit c14368f

Please sign in to comment.