From: Mark Hansen Date: Tue, 2 Jun 2020 10:42:08 +0000 (+1000) Subject: Update shapes.html to match output of mkshhtml.py X-Git-Tag: 2.44.1~30^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f18fab42ca9afe0230c2f279ff63d7f5a12de1f5;p=graphviz Update shapes.html to match output of mkshhtml.py Whitespace changes and a diff in a PRE tag. --- diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 43a46a9a3..b82957560 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -210,6 +210,7 @@ The possible polygon-based shapes are displayed below. larrow lpromoter + As the figures suggest, the shapes rect and rectangle are synonyms for box, and none is a synonym for plaintext. The shape plain is similar to these two, except that it also enforces @@ -671,7 +672,7 @@ are preserved but all other white space characters are discarded. or <B>, any space immediately before or after this will cause a syntax error. For example, the label
-< <U><TABLE><TR><TD>a</TD></TR></TABLE></U>>
+< <U><TABLE><TR><TD>a</TD></TR></U>>
 
is not legal. Removing either the space or the <U>...</U> will fix this.