]> granicus.if.org Git - graphviz/commitdiff
Update documentation concerning the synthetic biology shapes
authorEmden Gansner <erg@research.att.com>
Wed, 5 Sep 2012 19:10:29 +0000 (15:10 -0400)
committerEmden Gansner <erg@research.att.com>
Wed, 5 Sep 2012 19:10:29 +0000 (15:10 -0400)
doc/info/larrow.gif [new file with mode: 0644]
doc/info/lpromoter.gif [new file with mode: 0644]
doc/info/rarrow.gif [new file with mode: 0644]
doc/info/rpromoter.gif [new file with mode: 0644]
doc/info/shapes.html
doc/infosrc/Makefile.old
doc/infosrc/shapelist
doc/infosrc/shapes.2

diff --git a/doc/info/larrow.gif b/doc/info/larrow.gif
new file mode 100644 (file)
index 0000000..ba51f28
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 (file)
index 0000000..0113bae
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 (file)
index 0000000..92f9faf
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 (file)
index 0000000..124090d
Binary files /dev/null and b/doc/info/rpromoter.gif differ
index 0cedb520c2606ea04ab35077d487765b8910f086..795cf30b2f2f0f852f5e87cb277508203eb19866 100644 (file)
@@ -132,11 +132,23 @@ The possible polygon-based shapes are displayed below.
     <TD><IMG SRC=folder.gif>
     <TD><IMG SRC=box3d.gif>
     <TD><IMG SRC=component.gif>
+    <TD><IMG SRC=rpromoter.gif>
   </TR>
   <TR ALIGN=CENTER>
     <TD><A NAME=d:folder>folder</A>
     <TD><A NAME=d:box3d>box3d</A>
     <TD><A NAME=d:component>component</A>
+    <TD><A NAME=d:rpromoter>rpromoter</A>
+  </TR>
+  <TR ALIGN=CENTER>
+    <TD><IMG SRC=rarrow.gif>
+    <TD><IMG SRC=larrow.gif>
+    <TD><IMG SRC=lpromoter.gif>
+  </TR>
+  <TR ALIGN=CENTER>
+    <TD><A NAME=d:rarrow>rarrow</A>
+    <TD><A NAME=d:larrow>larrow</A>
+    <TD><A NAME=d:lpromoter>lpromoter</A>
   </TR>
 </TABLE>
 As the figures suggest, the shapes <TT>rect</TT> and <TT>rectangle</TT> are synonyms for <TT>box</TT>, and <TT>none</TT> is a synonym for <TT>plaintext</TT>.
@@ -159,6 +171,11 @@ The point shape is special in that it is
 only affected by the <A HREF=attrs.html#d:peripheries><TT>peripheries</TT></A>, 
 <A HREF=attrs.html#d:width><TT>width</TT></A> and
 <A HREF=attrs.html#d:height><TT>height</TT></A> attributes.
+<P>
+The shapes <TT>note</TT>, <TT>tab</TT>, <TT>folder</TT>,
+<TT>box3d</TT> and <TT>component</TT> were provided by Pander.
+The synthetic biology shapes <TT>rpromoter</TT>, <TT>rarrow</TT>, <TT>larrow</TT> and
+<TT>lpromoter</TT> were contributed by Jenny Cheng.
 
 <H2><A NAME=record>Record-based Nodes</A></H2>
 These are specified by shape values of "record" and "Mrecord".
index 2ccc433a900a02fd67c576ebbc864f9c626d1309..00774390b3a2da38a631040efc418e97dc117e84 100644 (file)
@@ -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 \
index e04b8e1d28487fea485e26d8a86c2acd96b5035d..d28360b6d8150115e354bac71867e273b235b454 100644 (file)
@@ -33,3 +33,7 @@ tab
 folder
 box3d
 component
+rpromoter
+rarrow
+larrow
+lpromoter
index c22b70da6fe1853883f1e0235bb7e0713fce8772..05c07662ede3f793efb558fe0f575b380dbff62c 100644 (file)
@@ -19,6 +19,11 @@ The point shape is special in that it is
 only affected by the <A HREF=attrs.html#d:peripheries><TT>peripheries</TT></A>, 
 <A HREF=attrs.html#d:width><TT>width</TT></A> and
 <A HREF=attrs.html#d:height><TT>height</TT></A> attributes.
+<P>
+The shapes <TT>note</TT>, <TT>tab</TT>, <TT>folder</TT>,
+<TT>box3d</TT> and <TT>component</TT> were provided by Pander.
+The synthetic biology shapes <TT>rpromoter</TT>, <TT>rarrow</TT>, <TT>larrow</TT> and
+<TT>lpromoter</TT> were contributed by Jenny Cheng.
 
 <H2><A NAME=record>Record-based Nodes</A></H2>
 These are specified by shape values of "record" and "Mrecord".