From: Emden Gansner Date: Wed, 5 Sep 2012 19:10:29 +0000 (-0400) Subject: Update documentation concerning the synthetic biology shapes X-Git-Tag: LAST_LIBGRAPH~32^2~320 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52ce363740f8f2c6d26c65ff21b5971ffeda920;p=graphviz Update documentation concerning the synthetic biology shapes --- diff --git a/doc/info/larrow.gif b/doc/info/larrow.gif new file mode 100644 index 000000000..ba51f2853 Binary files /dev/null and b/doc/info/larrow.gif differ diff --git a/doc/info/lpromoter.gif b/doc/info/lpromoter.gif new file mode 100644 index 000000000..0113bae15 Binary files /dev/null and b/doc/info/lpromoter.gif differ diff --git a/doc/info/rarrow.gif b/doc/info/rarrow.gif new file mode 100644 index 000000000..92f9fafda Binary files /dev/null and b/doc/info/rarrow.gif differ diff --git a/doc/info/rpromoter.gif b/doc/info/rpromoter.gif new file mode 100644 index 000000000..124090d1b Binary files /dev/null and b/doc/info/rpromoter.gif differ diff --git a/doc/info/shapes.html b/doc/info/shapes.html index 0cedb520c..795cf30b2 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -132,11 +132,23 @@ The possible polygon-based shapes are displayed below. + folder box3d component + rpromoter + + + + + + + + rarrow + larrow + lpromoter As the figures suggest, the shapes rect and rectangle are synonyms for box, and none is a synonym for plaintext. @@ -159,6 +171,11 @@ The point shape is special in that it is only affected by the peripheries, width and height attributes. +

+The shapes note, tab, folder, +box3d and component were provided by Pander. +The synthetic biology shapes rpromoter, rarrow, larrow and +lpromoter were contributed by Jenny Cheng.

Record-based Nodes

These are specified by shape values of "record" and "Mrecord". diff --git a/doc/infosrc/Makefile.old b/doc/infosrc/Makefile.old index 2ccc433a9..00774390b 100644 --- a/doc/infosrc/Makefile.old +++ b/doc/infosrc/Makefile.old @@ -18,6 +18,8 @@ # # The files listed after each give the main data files used to # generate the page. +# +# If shapelist is extended, add entry to SGIF. INSTALL = cp INSTALL_DIR = ../info @@ -41,7 +43,8 @@ SGIF = Mcircle.gif Mdiamond.gif Msquare.gif box.gif \ octagon.gif oval.gif parallelogram.gif plaintext.gif \ point.gif polygon.gif trapezium.gif triangle.gif \ tripleoctagon.gif pentagon.gif septagon.gif rect.gif \ - rectangle.gif square.gif + rectangle.gif square.gif tab.gif folder.gif box3d.gif component.gif \ + rpromoter.gif rarrow.gif, larrow.gif lpromoter.gif AGIF = a_normal.gif a_inv.gif a_dot.gif a_invdot.gif a_odot.gif \ a_invodot.gif a_curve.gif a_none.gif \ diff --git a/doc/infosrc/shapelist b/doc/infosrc/shapelist index e04b8e1d2..d28360b6d 100644 --- a/doc/infosrc/shapelist +++ b/doc/infosrc/shapelist @@ -33,3 +33,7 @@ tab folder box3d component +rpromoter +rarrow +larrow +lpromoter diff --git a/doc/infosrc/shapes.2 b/doc/infosrc/shapes.2 index c22b70da6..05c07662e 100644 --- a/doc/infosrc/shapes.2 +++ b/doc/infosrc/shapes.2 @@ -19,6 +19,11 @@ The point shape is special in that it is only affected by the peripheries, width and height attributes. +

+The shapes note, tab, folder, +box3d and component were provided by Pander. +The synthetic biology shapes rpromoter, rarrow, larrow and +lpromoter were contributed by Jenny Cheng.

Record-based Nodes

These are specified by shape values of "record" and "Mrecord".