Browse Source
Graphviz implements a subset of HTML that can be used in node and edge labels (see https://graphviz.gitlab.io/_pages/doc/info/shapes.html#html for a description of the subset) as an alternative to the plain-text default style. The HTML-like style uses different attribute value delimiters (<>) to the plain text style (""), but the latter is hardcoded in explicit.graphviz.Decoration. The line delimiters also differ (<br/> and \n respectively). Provide support for both plain text and HTML-like labels in Decorator; the label type can be changed by calling setLabelType() before appending any label content via labelAddBelow() or labelAddAbove().master
committed by
Joachim Klein
1 changed files with 47 additions and 3 deletions
Loading…
Reference in new issue