Description
Path does not render it is has non-default Margin
Steps to Reproduce
- Create new MAUI app.
- Set Windows as active platforms.
- Open MainPage.xaml and replace content of ContentPage element with
<ScrollView>
<HorizontalStackLayout VerticalOptions="Center">
<Path Stroke="Black" Data="m 0 0 l 23 0 l 0 23 l -23 0 l 0 -23 z" Margin="1" />
<Path Stroke="Black" Data="m 0 0 l 23 0 l 0 23 l -23 0 l 0 -23 z" Margin="1" />
</HorizontalStackLayout>
</ScrollView>
- Build and run
Actual: nothing rendered within app
Expected: two rectangles rendered within app
Note: deleting or changing Margin to "0" fixes issue, i.e. rectangles are correctly rendered.
Link to public reproduction project repository
n/a
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Win 22H2
Did you find any workaround?
No response
Relevant log output
No response
Description
Path does not render it is has non-default Margin
Steps to Reproduce
Actual: nothing rendered within app
Expected: two rectangles rendered within app
Note: deleting or changing Margin to "0" fixes issue, i.e. rectangles are correctly rendered.
Link to public reproduction project repository
n/a
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows, I was not able test on other platforms
Affected platform versions
Win 22H2
Did you find any workaround?
No response
Relevant log output
No response