Path Shadow Not Working Consistently on Windows
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 290
Description
### Description
A shadow for a Path wants to square off instead of following the path. This will work properly when first setup but squares off the next time the application is launched on Windows.
What I expect to see:

Here is what I see when running the application after stopping:

Here is the XAML:

The only way to get it to work properly again is to remove the Shadow and Background lines seen highlighted above and readd them; Background first, then the Shadow.
### Steps to Reproduce
- Create a new .NET MAUI application
- Add the XAML depicted in the following screenshot (Or some curvy path and a shadow for it):

- Observe a shadow that follows the curve
- Stop the program.
- Run the program and observe a shadow that does not follow the curve.
`
`
### Version with bug
Unknown/Other (please specify)
### Last version that worked well
Unknown/Other
### Affected platforms
Windows
### Affected platform versions
.net6.0-windows10.0.19041.0
### Did you find any workaround?
_No response_
### Relevant log output
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.