From: ellson Date: Sun, 2 Mar 2008 15:22:47 +0000 (+0000) Subject: Add "folder" shape. X-Git-Tag: LAST_LIBGRAPH~32^2~4623 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2f37374e45e8fe44fd80704895ee502a7c88d17;p=graphviz Add "folder" shape. - patch provided by: Pander --- diff --git a/doc/info/shapegen.tcl b/doc/info/shapegen.tcl index df7379a1d..193fa2681 100755 --- a/doc/info/shapegen.tcl +++ b/doc/info/shapegen.tcl @@ -31,6 +31,7 @@ set shapes { none { } note {} tab {} + folder {} box3d {} component {} } @@ -63,6 +64,6 @@ foreach {shape attrs} $shapes { file delete $shape.dot } - puts $h " " - puts $h "" - close $h +puts $h " " +puts $h "" +close $h