The problem of region clipping occurs when VisualBrush and Rotatetransform are used together
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
* .NET Core Version:.NET 6
* Windows version: Windows 11
* Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
**Problem description:**
I want to implement a tiled and rotated watermark effect in wpf
But when I use VisualBrush and RotateTransform, the excess area is clipped
**Actual behavior:**
【VisualBrush without RotateTransform】

【VisualBrush with RotateTransform】

**Expected behavior:**
I found a html demo like this:

or this:

**Minimal repro:**
xaml code
```xml
```
Contributor guide
Assessment
This issue has not been assessed yet.