| Summary: | [Regression] DOT GraphView does not render edge styles properly. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF DOT | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
This was introduced as a side-effect of bug #482251, because the CSS style class does no longer get applied to the nested path. As Parent does not handle CSS styles itself, implemented a forwarding of style property values and style classes to the nested geometric shape of the GeometryNode. This resolves the issue. Pushed changes to origin/master. Resolving as fixed in 3.11.0 M4. |