View Issue Details

IDProjectCategoryView StatusLast Update
0001384NoesisGUIUnitypublic2019-01-09 01:13
Reporternokola Assigned Tosfernandez  
PrioritynormalSeveritymajor 
Status closedResolutionfixed 
Product Version2.1.0f1 
Target Version2.2.0Fixed in Version2.2.0b6 
Summary0001384: <GeometryGroup FillRule="EvenOdd"> does not load in Unity
Description

What the title says.
[Exception] [None] NoesisException: Assets/XAMLs/FantasiaPhone/Resources/CropDialog.xaml(93): Unable to convert 'EvenOdd' to a valid value for property GeometryGroup.FillRule.
Rethrow as NoesisException
Rethrow as NoesisException
(wrapper dynamic-method) System.Object:lambda_method(System.Runtime.CompilerServices.Closure)
Rethrow as NoesisException
Rethrow as NoesisException
(wrapper dynamic-method) System.Object:lambda_method(System.Runtime.CompilerServices.Closure)
Rethrow as NoesisException
(wrapper dynamic-met
...

Steps To Reproduce

Try loading this:
<Path Fill="#FF222222">
<Path.Data>
<GeometryGroup>
<GeometryGroup FillRule="EvenOdd">
<RectangleGeometry Rect="0,0,320,568" />
<RectangleGeometry Rect="94,130,63,63" x:Name="geomBack" />
</GeometryGroup>
</GeometryGroup>
</Path.Data>
</Path>

Expected: all OK
Actual:
[Exception] [None] NoesisException: Assets/XAMLs/FantasiaPhone/Resources/CropDialog.xaml(93): Unable to convert 'EvenOdd' to a valid value for property GeometryGroup.FillRule.
Rethrow as NoesisException
Rethrow as NoesisException
(wrapper dynamic-method) System.Object:lambda_method(System.Runtime.CompilerServices.Closure)
Rethrow as NoesisException
Rethrow as NoesisException
(wrapper dynamic-method) System.Object:lambda_method(System.Runtime.CompilerServices.Closure)
Rethrow as NoesisException
(wrapper dynamic-met
...

PlatformAny

Activities

sfernandez

sfernandez

2019-01-08 11:04

manager   ~0005386

There was a typo in the FillRule enum converter, it was using "EventOdd" instead of "EvenOdd".

nokola

nokola

2019-01-09 01:13

reporter   ~0005388

Thanks for fixing!

Issue History

Date Modified Username Field Change
2019-01-08 05:36 nokola New Issue
2019-01-08 10:40 sfernandez Assigned To => sfernandez
2019-01-08 10:40 sfernandez Status new => assigned
2019-01-08 11:04 sfernandez Status assigned => resolved
2019-01-08 11:04 sfernandez Resolution open => fixed
2019-01-08 11:04 sfernandez Fixed in Version => 2.2.0b6
2019-01-08 11:04 sfernandez Note Added: 0005386
2019-01-08 11:04 sfernandez Target Version => 2.2.0
2019-01-09 01:13 nokola Status resolved => closed
2019-01-09 01:13 nokola Note Added: 0005388
2025-10-10 13:29 jsantos Category Unity3D => Unity