You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VladimirDrobyshev
changed the title
DrawingContext.DrawGeometry() method works incorrect with not Win32RenderingMode.Sfotware render mode in some cases
PolylineGeometry not drawns in some cases with hardware Win32RenderingMode
Nov 17, 2024
VladimirDrobyshev
changed the title
PolylineGeometry not drawns in some cases with hardware Win32RenderingMode
The PolylineGeometry not drawns in some cases with hardware Win32RenderingMode
Nov 17, 2024
Describe the bug
The filled PolylineGeometry not draws in some points configurations with RenderingMode not equals to Win32RenderingMode.Software.
To Reproduce
Run attached sample, there is only 2 rendered geometries instead of 3.
This geometry is rendered:
But if uncomment all points (points3 in sample) the geometry becomes invisible, if comment anoter 2 it showns again.
Than uncomment the following line in the Program.cs file:
Than run sample again, there is all 3 geometries.
Sample: GeometryBug.zip
Expected behavior
All 3 geometries are drawn with any hardware render mode
Avalonia version
11.2.1
OS
Windows
Additional context
With harware render mode:
With software render mode:
The text was updated successfully, but these errors were encountered: