From: ellson Date: Tue, 18 Oct 2005 21:06:14 +0000 (+0000) Subject: distinguish between arrows derived from grammar, and backward compatible X-Git-Tag: LAST_LIBGRAPH~32^2~7096 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b703f7760483d1d2922879baa968a55e7b69df4;p=graphviz distinguish between arrows derived from grammar, and backward compatible arrow names. --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index e85a18482..adf4b8cb3 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1262,16 +1262,23 @@ the given types. "obox" "open" "halfopen" + "vee"

- These are the basic arrow shapes. In addition, there is a grammar - of arrow shapes - which can be used to describe a collection of 1200 arrow shapes as + These are the basic set of backward-compatible arrow shapes. In addition, + there is a grammar of arrow shapes + which can be used to describe a collection of 1260 arrow shapes as modifications of a primitive set of 9 arrows. The basic arrows shown - above contain all of the primitive shapes (e.g., normal, - box, tee, etc.) - plus ones that can be derived from the grammar (e.g., ediamond, - inv). + above contain all of the primitive shapes + (box, crow, diamond, + dot, inv, none, + normal, tee, vee) + plus ones that can be derived from the grammar + (odot, invdot, invodot, + obox, odiamond) + plus some supported as special cases for backward-compatibility + (ediamond, open, halfopen, + empty, invempty).

clusterMode
"local","global","none"