View Issue Details

IDProjectCategoryView StatusLast Update
0004968NoesisGUIC++ SDKpublic2026-04-28 11:03
Reporterpdx_hoda_ismail Assigned Tojsantos  
PrioritynormalSeverityminor 
Status feedbackResolutionopen 
Product Version3.2.12 
Target Version3.2.14 
Summary0004968: Assert when using StrokeDashArray
Description

When setting StrokeDashArray on a shape to any value other than 0, Noesis throws an assert: GenJoinGeometry -> NS_ASSERT(IsOne(Length(outDir))); Setting it to 0 does not.

PlatformAny

Activities

jsantos

jsantos

2026-04-27 12:12

manager   ~0012276

Last edited: 2026-04-27 12:15

Although I know this assertion can sometimes be incorrect and may eventually be removed, I’m currently unable to reproduce the issue and would prefer to have a reproducible case before removing it, just in case something else is broken.

Could you please attach a repro XAML?

pdx_hoda_ismail

pdx_hoda_ismail

2026-04-28 10:54

reporter   ~0012282

<MyNamespace:MyShapeClass StrokeDashArray="2,2"/>
Where the PlanetaryBorderControl is a Shape-derived control.
When setting StrokeDashArray to any value other than 0, Noesis throws an assert:
GenJoinGeometry -> NS_ASSERT(IsOne(Length(outDir)));
Setting it to 0 does not cause an assert.

jsantos

jsantos

2026-04-28 11:03

manager   ~0012283

Hi!

Without knowing what is MyShapeClass I can't reproduce. Any chance you could take the geometry from MyShapeClass into a Path element to see if it reproduces?

Issue History

Date Modified Username Field Change
2026-04-07 10:18 pdx_hoda_ismail New Issue
2026-04-07 11:57 jsantos Assigned To => jsantos
2026-04-07 11:57 jsantos Status new => assigned
2026-04-07 11:57 jsantos Target Version => 3.2.13
2026-04-27 12:12 jsantos Note Added: 0012276
2026-04-27 12:12 jsantos Status assigned => feedback
2026-04-27 12:15 jsantos Note Edited: 0012276
2026-04-27 12:16 jsantos Target Version 3.2.13 => 3.2.14
2026-04-28 10:54 pdx_hoda_ismail Note Added: 0012282
2026-04-28 10:54 pdx_hoda_ismail Status feedback => assigned
2026-04-28 11:03 jsantos Note Added: 0012283
2026-04-28 11:03 jsantos Status assigned => feedback