| Summary: | DOT Graph View - add support for rendering the edge fontcolor attribute | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Tamas Miklossy <miklossy> | ||||
| Component: | GEF DOT | Assignee: | gef-inbox <gef-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | 5.0.200 (2018-09) M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 10 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
I pushed the following changes to origin/master: [538226] Add edge font color rendering support to the DOT Graph View. - Extend the Dot2ZestAttributesConverter to consider the edge fontcolor attribute when computing the style of an edge label, xlabel, headlabel and taillabel. - Implement a custom DotEdgeLabelPart that applies the computed label css style on the Text widget instead of its parent Group. - Add corresponding binding to the DotContentPartFactory/DotGraphViewModule classes. - Implement corresponding Dot2ZestEdgeAttributesConversionTests test cases. Resolving as fixed in 5.0.200. |
Created attachment 275515 [details] Screenshot about the bug The DOT Graph View should render colored edge labels (see screenshot in attachment)