View Issue Details

IDProjectCategoryView StatusLast Update
0003553NoesisGUIC++ SDKpublic2026-03-04 00:39
ReporterFrancoisRecisio Assigned Tojsantos  
PriorityhighSeverityminor 
Status assignedResolutionopen 
Product Version3.2.4 
Target Version3.2.13 
Summary0003553: Strokes and shadows are broken when used together
Description

See attached file, can be reproduced with attached xaml

Steps To Reproduce

<Grid
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:noesis="clr-namespace:NoesisGUIExtensions;assembly=Noesis.GUI.Extensions"
Background="#FF124C7A">
<Viewbox>
<Grid Width="100">
<TextBlock
Text="Outline"
Foreground="#FFFFFF"
HorizontalAlignment="Center"
FontWeight="Bold" FontSize="16"
noesis:Text.Stroke="#000000" noesis:Text.StrokeThickness="2">
<TextBlock.Effect>
<DropShadowEffect BlurRadius="0" ShadowDepth="20" Opacity="1" />
</TextBlock.Effect>
</TextBlock>
</Grid>
</Viewbox>
</Grid>

Attached Files
outline.png (20,028 bytes)   
outline.png (20,028 bytes)   
PlatformAny

Relationships

related to 0003664 assignedsfernandez DropShadowEffect are not included in the object's bounds and overwrite the other drawn items in the same RT 

Activities

Issue History

Date Modified Username Field Change
2024-07-25 15:36 FrancoisRecisio New Issue
2024-07-25 15:36 FrancoisRecisio File Added: outline.png
2024-07-25 15:54 jsantos Assigned To => jsantos
2024-07-25 15:54 jsantos Status new => assigned
2024-07-25 15:54 jsantos Target Version => 3.2.5
2024-10-24 12:22 jsantos Target Version 3.2.5 => 3.2.6
2024-11-14 17:42 jsantos Priority normal => high
2024-11-22 18:18 jsantos Target Version 3.2.6 => 3.2.7
2025-01-20 17:43 jsantos Target Version 3.2.7 => 3.2.8
2025-04-30 11:31 sfernandez Relationship added related to 0003664
2025-05-28 10:39 jsantos Target Version 3.2.8 => 3.2.9
2025-10-02 00:49 jsantos Target Version 3.2.9 => 3.2.10
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2026-01-20 19:32 jsantos Target Version 3.2.11 => 3.2.12
2026-03-04 00:39 jsantos Target Version 3.2.12 => 3.2.13