At certain large sizes, the PathFigure will be cut off at the top and left if its right and bottom edges are far away.
Initially, the problem manifested itself in this issue: https://github.com/oxyplot/oxyplot/issues/1848
This works correctly in UWP.
Workaroung: Use PolyLineSegment
You will see that the shape is cut off at the top. You can hold down Ctrl and roll your mouse wheel to see how this problem manifests itself as you increase the size.
Describe the bug
At certain large sizes, the PathFigure will be cut off at the top and left if its right and bottom edges are far away. Initially, the problem manifested itself in this issue: https://github.com/oxyplot/oxyplot/issues/1848 This works correctly in UWP. Workaroung: Use PolyLineSegment
Steps to reproduce the bug
ClippingPathIssue.zip
Expected behavior
Like UWP
Screenshots
Initial:
Zoomed:
UWP Zoomed:
NuGet package version
1.0.0
Packaging type
Unpackaged
Windows version
Windows 11 version 21H2 (22000)
IDE
Visual Studio 2022-preview
Additional context
No response