From: Emden R. Gansner Date: Fri, 25 Jul 2014 19:22:10 +0000 (-0400) Subject: Add more notes warning about using record shapes. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52bea9f0085d9bd201e38a6843265269952ecf5;p=graphviz Add more notes warning about using record shapes. --- diff --git a/doc/info/shapes.html b/doc/info/shapes.html index cc0ab2146..2906a526c 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -17,7 +17,7 @@ There are three main types of shapes : The record-based shape has largely been superseded and greatly generalized by HTML-like labels. That is, instead of using shape=record, one might -consider using shape=none and an HTML-like label. +consider using shape=none, margin=0 and an HTML-like label.

The geometry and style of all node shapes are affected by the node attributes @@ -286,6 +286,11 @@ The synthetic biology shapes: were contributed by Jenny Cheng.

Record-based Nodes

+NOTE: Please see the note about record-based nodes at the +top of this page. Also note that there are problems using +non-trivial edges (edges with ports or labels) between adjacent +nodes on the same rank if one or both nodes has a record shape. +

These are specified by shape values of "record" and "Mrecord". The structure of a record-based node is determined by its label, diff --git a/doc/infosrc/shapes.1 b/doc/infosrc/shapes.1 index 1dcaa5bed..90397b1a1 100644 --- a/doc/infosrc/shapes.1 +++ b/doc/infosrc/shapes.1 @@ -17,7 +17,7 @@ There are three main types of shapes : The record-based shape has largely been superseded and greatly generalized by HTML-like labels. That is, instead of using shape=record, one might -consider using shape=none and an HTML-like label. +consider using shape=none, margin=0 and an HTML-like label.

The geometry and style of all node shapes are affected by the node attributes diff --git a/doc/infosrc/shapes.2 b/doc/infosrc/shapes.2 index 72eab109e..7ec431877 100644 --- a/doc/infosrc/shapes.2 +++ b/doc/infosrc/shapes.2 @@ -78,6 +78,11 @@ The synthetic biology shapes: were contributed by Jenny Cheng.

Record-based Nodes

+NOTE: Please see the note about record-based nodes at the +top of this page. Also note that there are problems using +non-trivial edges (edges with ports or labels) between adjacent +nodes on the same rank if one or both nodes has a record shape. +

These are specified by shape values of "record" and "Mrecord". The structure of a record-based node is determined by its label,