View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001777 | NoesisGUI | Unity3D | public | 2020-08-11 21:26 | 2021-03-24 14:00 |
Reporter | cjmx | Assigned To | sfernandez | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.0.4 | ||||
Target Version | 3.1 | Fixed in Version | |||
Summary | 0001777: 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 | ||||
Tags | Unity, xaml | ||||
Platform | Any | ||||
related to | 0001948 | assigned | sfernandez | CombinedGeometry and GeometryGroup missing implementation |
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 |