From: ellson Date: Sun, 2 Mar 2008 15:22:47 +0000 (+0000) Subject: Add "folder" shape. X-Git-Tag: LAST_LIBGRAPH~32^2~4622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a73a4031ffa921711ba1dbee824a4329c4764b30;p=graphviz Add "folder" shape. - patch provided by: Pander --- diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 93abb9087..eb7a2c694 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -22,106 +22,61 @@ the node attributes

Polygon-based Nodes

The possible polygon-based shapes are displayed below. - - -
- - - + + + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - + + + + - - - - - - - - - - - - - - - - +

box

polygon

ellipse

circle
box - polygon - ellipse - circle +

point

egg

triangle

plaintext
- - - +

diamond

trapezium

parallelogram

house
point - egg - triangle - plaintext +

pentagon

hexagon

septagon

octagon
- - - +

doublecircle

doubleoctagon

tripleoctagon

invtriangle
diamond - trapezium - parallelogram - house +

invtrapezium

invhouse

Mdiamond

Msquare
- - - +

Mcircle

rect

rectangle

none
pentagon - hexagon - septagon - octagon +

note

tab

folder

box3d
- - - -
doublecircle - doubleoctagon - tripleoctagon - invtriangle -
- - - -
invtrapezium - invhouse - Mdiamond - Msquare -
- - - -
Mcircle - rect - rectangle - none -
- - - -
note - tab - box3d - component +

component
As the figures suggest, the shapes rect and rectangle are synonyms for box, and none is a synonym for plaintext. -Also, unlike the rest, we have shown these last two +Also, unlike the rest, we have shown none and plaintext without style=filled to indicate the normal use. If fill were turned on, the label text would appear in a filled rectangle.