View Issue Details

IDProjectCategoryView StatusLast Update
0001777NoesisGUIUnity3Dpublic2025-04-28 00:44
Reportercjmx Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.0.4 
Target Version3.2.8Fixed in Version3.2.8 
Summary0001777: GeometryGroup doesn't work as expected
Description

Here is a XAMLToy ready code snippet:

<Grid
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
 <Canvas>
        <Path Stroke="Black" StrokeThickness="2" Fill="Blue">
            <Path.Data>
                <GeometryGroup>
                    <EllipseGeometry Center="110 60" RadiusX="50" RadiusY="50" />
                    <EllipseGeometry Center="80 110" RadiusX="50" RadiusY="50" />
                    <EllipseGeometry Center="140 110" RadiusX="50" RadiusY="50" />
                </GeometryGroup>
            </Path.Data>
        </Path>
    </Canvas>
</Grid>

It should render three ellipses but it instead will show one ellipse as if there is only the first child of the GeometryGroup

TagsUnity, xaml
PlatformAny

Relationships

related to 0001948 assignedsfernandez CombinedGeometry and GeometryGroup missing implementation 

Activities

stonstad

stonstad

2024-07-23 17:44

reporter   ~0009831

Last edited: 2024-07-23 17:46

Are there any updates on a bug fix for this behavior? It essentially breaks GeometryGroup. If a fix is not forthcoming, it should be removed from the documentation

jsantos

jsantos

2024-07-23 18:17

manager   ~0009832

This must be implemented in 3.2.X, I have adjusted the target version of the ticket.

Issue History

Date Modified Username Field Change
2020-08-11 21:26 cjmx New Issue
2020-08-11 21:26 cjmx Tag Attached: Unity
2020-08-11 21:26 cjmx Tag Attached: xaml
2020-08-12 10:22 sfernandez Assigned To => sfernandez
2020-08-12 10:22 sfernandez Status new => assigned
2020-08-12 10:22 sfernandez Target Version => 3.1
2021-03-24 14:00 sfernandez Relationship added related to 0001948
2024-07-23 17:44 stonstad Note Added: 0009831
2024-07-23 17:46 stonstad Note Edited: 0009831
2024-07-23 18:16 jsantos Target Version 3.1 => 3.2
2024-07-23 18:17 jsantos Note Added: 0009832
2025-04-16 16:49 jsantos Description Updated
2025-04-16 16:49 jsantos Description Updated
2025-04-18 12:04 jsantos Target Version 3.2 => 3.2.8
2025-04-28 00:44 jsantos Assigned To sfernandez => jsantos
2025-04-28 00:44 jsantos Status assigned => resolved
2025-04-28 00:44 jsantos Resolution open => fixed
2025-04-28 00:44 jsantos Fixed in Version => 3.2.8