View Issue Details

IDProjectCategoryView StatusLast Update
0003911NoesisGUIC++ SDKpublic2025-05-16 17:51
ReporterAnKor Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.6 
Target Version3.2.8Fixed in Version3.2.8 
Summary0003911: Random circles appear in Path with curves and StrokeDashArray
Description

I noticed that random circular patterns often appear inside a path that has cubic Bezier curves and stroke with dashes.
Sometimes these circles are empty, sometimes just look incorrect.

Changing TessellationMaxPixelError from HighQuality to anything else fixes the example I provided, but I haven't checked thoroughly for other cases. So it looks like some kind of numerical instability in certain conditions.

While I cannot say that this is a major issue, it is quite noticeable in some cases.

Steps To Reproduce

Add this to MainWindow.xaml in HelloWorld example:
<Grid Background="Black">
<Path Data="M100,0 c0,250 250,0 300,300"
Stroke="Red"
StrokeThickness="40"
StrokeDashArray="0.2 0.2">
</Path>
</Grid>
Observe the circular pattern in the upper-left side of the path.

Attached Files
odd circle in dashes.png (18,027 bytes)   
odd circle in dashes.png (18,027 bytes)   
PlatformAny

Activities

Issue History

Date Modified Username Field Change
2025-01-21 19:27 AnKor New Issue
2025-01-21 19:27 AnKor File Added: odd circle in dashes.png
2025-01-27 19:25 jsantos Assigned To => jsantos
2025-01-27 19:25 jsantos Status new => assigned
2025-01-27 19:25 jsantos Target Version => 3.2.8
2025-05-16 17:51 jsantos Status assigned => resolved
2025-05-16 17:51 jsantos Resolution open => fixed
2025-05-16 17:51 jsantos Fixed in Version => 3.2.8