Bug 578555 - DOT Graph View does not render nodes of shape record properly.
Summary: DOT Graph View does not render nodes of shape record properly.
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF DOT (show other bugs)
Version: 5.3.0   Edit
Hardware: PC Windows 10
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-03 05:31 EST by Andreas Törner CLA
Modified: 2022-02-03 06:23 EST (History)
0 users

See Also:


Attachments
No text rendered for nodes of shape record in DOT Graph View. (30.66 KB, image/png)
2022-02-03 06:22 EST, Andreas Törner CLA
no flags Details
Text rendered for nodes of shape record with Sync Graphvix Export. (8.83 KB, image/png)
2022-02-03 06:23 EST, Andreas Törner CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Törner CLA 2022-02-03 05:31:43 EST
digraph structs {
    node [shape=record];
    struct1 [label="<f0> left|<f1> mid&#92; dle|<f2> right"];
    struct2 [label="<f0> one|<f1> two"];
    struct3 [label="hello&#92;nworld |{ b |{c|<here> d|e}| f}| g | h"];
    struct1:f1 -> struct2:f0;
    struct1:f2 -> struct3:here;
}

rendered in the DOT Graph View in native mode (dot.exe) configured, results in a graph with no text visible. Also using the style rounded doesnt seem to have an effect, the boxes are still square.

If the Sync Graohviz Export is used, the generated picture contains visible text.
Comment 1 Andreas Törner CLA 2022-02-03 06:22:25 EST
Created attachment 287962 [details]
No text rendered for nodes of shape record in DOT Graph View.

This is what the render looks like in the DOT Graph View for nodes of shape record. No text is rendered.
Comment 2 Andreas Törner CLA 2022-02-03 06:23:44 EST
Created attachment 287963 [details]
Text rendered for nodes of shape record with Sync Graphvix Export.

Text rendered for nodes of shape record with Sync Graphvix Export.