View Issue Details

IDProjectCategoryView StatusLast Update
0002647NoesisGUIUnrealpublic2023-07-10 20:11
Reportermshvern Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status resolvedResolutionopen 
Product Version3.2.1 
Target Version3.2.2Fixed in Version3.2.2 
Summary0002647: Missing converter for PathFigureCollection
Description

When referencing a PathFigureCollection from a resource dictionary

Cannot convert 'M 1888.2001 1.915677 V 1001.9211 l -24.8263 43.0005 h -392.9762 l -65.2936 29.7968 h 486.7515 L 1920 1025.9707 V 1.915677 Z' into a 'PathFigureCollection' object

https://www.noesisengine.com/forums/viewtopic.php?f=3&t=2975&sid=58de6ac48c2b7b8640c2b7ca303e5d21#p15743

Steps To Reproduce

Settings Figures directly:


<Path Fill="White" StrokeThickness="0.264583">
<Path.Data>
<PathGeometry Figures="M 1888.2001 1.915677 V 1001.9211 l -24.8263 43.0005 h -392.9762 l -65.2936 29.7968 h 486.7515 L 1920 1025.9707 V 1.915677 Z" FillRule="NonZero"/>
</Path.Data>
</Path>

Setting Figures through a resource:


<ResourceDictionary>
<PathFigureCollection x:Key="Path.FrameRight">
M 1888.2001 1.915677 V 1001.9211 l -24.8263 43.0005 h -392.9762 l -65.2936 29.7968 h 486.7515 L 1920 1025.9707 V 1.915677 Z
</PathFigureCollection>
</ResourceDictionary>

<Path Fill="White" StrokeThickness="0.264583">
<Path.Data>
<PathGeometry Figures="{StaticResource Path.FrameRight}" FillRule="NonZero"/>
</Path.Data>
</Path>

PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-07-10 01:20 mshvern New Issue
2023-07-10 11:46 sfernandez Assigned To => sfernandez
2023-07-10 11:46 sfernandez Status new => assigned
2023-07-10 11:46 sfernandez Target Version => 3.2
2023-07-10 11:46 sfernandez Description Updated
2023-07-10 11:46 sfernandez Steps to Reproduce Updated
2023-07-10 13:54 jsantos Target Version 3.2 => 3.2.2
2023-07-10 20:11 sfernandez Status assigned => resolved
2023-07-10 20:11 sfernandez Product Version 3.2 => 3.2.1
2023-07-10 20:11 sfernandez Fixed in Version => 3.2.2