]> granicus.if.org Git - graphviz/commitdiff
Remove obsolete SPACER element.
authorMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 07:46:12 +0000 (17:46 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Sun, 7 Jun 2020 07:46:12 +0000 (17:46 +1000)
Mirror image of
https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/107

doc/info/output.html
doc/infosrc/outputs
doc/winbuild.html

index 36144bc3120bb02b48335a4131390b2bf6135125..cf1d8162c7288efa7b6675a543baf9676829ee02 100644 (file)
@@ -186,7 +186,6 @@ respectively.
 <P>
 Additional drawing attributes can appear on nodes, edges, clusters and 
 on the graph itself. There are six new attributes: 
-<SPACER TYPE=VERTICAL size=10>
 <TABLE  border bgcolor=beige>
 <TR><TD>_draw_<TD colspan=2>General drawing without labels
 <TR><TD>_ldraw_<TD colspan=2>Label drawing
@@ -205,7 +204,6 @@ The value of these attributes consists of the concatenation of some
 (The number is parentheses gives the xdot version when the operation
 was added to the format. If no version number is given, the operation
 was in the original specification.)
-<SPACER TYPE=VERTICAL size=10>
 <TABLE border bgcolor=beige>
 <TR><TD>E x<sub>0</sub> y<sub>0</sub> w h
 <TD>Filled ellipse ((x-x<sub>0</sub>)/w)<sup>2</sup> + ((y-y<sub>0</sub>)/h)<sup>2</sup> = 1
index 1ae6f73980b4a35154feb2fded0f609531e8f8dd..79a79e57280751104ef567bef15ee97a09ae77a1 100644 (file)
@@ -257,7 +257,6 @@ respectively.
 <P>
 Additional drawing attributes can appear on nodes, edges, clusters and 
 on the graph itself. There are six new attributes: 
-<SPACER TYPE=VERTICAL size=10>
 <TABLE  border bgcolor=beige>
 <TR><TD>_draw_<TD colspan=2>General drawing without labels
 <TR><TD>_ldraw_<TD colspan=2>Label drawing
@@ -276,7 +275,6 @@ The value of these attributes consists of the concatenation of some
 (The number is parentheses gives the xdot version when the operation
 was added to the format. If no version number is given, the operation
 was in the original specification.)
-<SPACER TYPE=VERTICAL size=10>
 <TABLE border bgcolor=beige>
 <TR><TD>E x<sub>0</sub> y<sub>0</sub> w h
 <TD>Filled ellipse ((x-x<sub>0</sub>)/w)<sup>2</sup> + ((y-y<sub>0</sub>)/h)<sup>2</sup> = 1
index 1493300072c94240d1ee4ae5097ec6b976946c8d..4e66ac141ee2bdcc7bcea3e96329adfb43f43793 100644 (file)
@@ -164,8 +164,6 @@ or the development source package <TT>graphviz-working.tar.gz</TT>.
 Unwrap the package:<BR>
 You can use, for example,<BR><BR>
 <TT>gunzip < graphviz-working.tar.gz | tar xf -</TT><BR>
-<SPACER TYPE=VERTICAL SIZE=10>
-<BR>
 Let <TT>$ROOT</TT> be the directory in which you stored the Graphviz source.
 <LI>
 Configure the package for your system:<BR><BR>
@@ -267,21 +265,16 @@ follows:
 Download the Windows source package from:
 <A HREF="https://www.graphviz.org/download/#windows">https://www.graphviz.org/download/#windows</A>.
 </LI>
-<SPACER TYPE=VERTICAL SIZE=10>
 <LI>
 Unwrap the package:<BR>
 If you have Unix tools available, you can use
-<SPACER TYPE=VERTICAL SIZE=10>
 <TT>gunzip < graphviz-win.tgz | tar xf -</TT><BR>
-<SPACER TYPE=VERTICAL SIZE=10>
 If not, double click on the file and WinZip should start up and let you
 store all of the files into a directory.<BR>
 Let <TT>$ROOT</TT> be the directory in which you stored the Graphviz source.
 </LI>
-<SPACER TYPE=VERTICAL SIZE=10>
 <LI>
 Add the third-party libraries:  
-<SPACER TYPE=VERTICAL SIZE=10>
 <UL TYPE=DISC>
 <LI>
 zlib 1.1.3 <A HREF=http://www.gzip.org/zlib/>http://www.gzip.org/zlib/</A>
@@ -294,7 +287,6 @@ freetype 2.1.7 <A HREF=http://freetype.sourceforge.net/>http://freetype.sourcefo
 <LI>
 expat <A HREF=http://expat.sourceforge.net/>http://expat.sourceforge.net/</A>
 </UL>
-<SPACER TYPE=VERTICAL SIZE=10>
 The versions should be at least the ones indicated.
 You can download the files from 
 <a href=http://www.graphviz.org/Misc/third-party.zip>http://www.graphviz.org/Misc/third-party.zip</a>.
@@ -304,7 +296,6 @@ Or you can obtain the libraries yourself, and install
 them in <TT>$ROOT\third-party</TT>
 Also note that these libraries come with the binary release.
 </LI>
-<SPACER TYPE=VERTICAL SIZE=10>
 <LI>
 Build the software in one of the following ways:<BR>  
 <UL TYPE=DISC>