| Summary: | DOT Graph View does not render edge decoration styles properly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> | ||||
| Component: | GEF DOT | Assignee: | Alexander Nyßen <nyssen> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | nyssen | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 4.0.0 (Neon) RC1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 493126 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
As the underlying Zest problem is fixed, the decorations no longer obtain the curve style (but their own styles). As such, this is fixed as a side-effect of bug #493126. Resolving as fixed in 4.0.0 RC1. |
Created attachment 261505 [details] edge_decorations_rendering_problem The DOT Graph view applies the specified edge style also for the edge decorations. When rendering the following graph: digraph StyledGraph { layout="circo" 1; 2; 3; 4; 5 1->2 [style="dashed"] 2->3 [style="dotted"] 3->4 [style="dashed"] 3->5 [style="dashed"] 4->5 [style="solid"] } the edge styles (dashed, dotted) are also applied to the edge decorations (see attachment edge_decorations_rendering_problem.png)