From: Mark Hansen Date: Sun, 7 Jun 2020 07:46:12 +0000 (+1000) Subject: Remove obsolete SPACER element. X-Git-Tag: 2.44.1~10^2~1^2~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e341f56ab5919b60a995754cb91c74dcd5cea659;p=graphviz Remove obsolete SPACER element. Mirror image of https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/107 --- diff --git a/doc/info/output.html b/doc/info/output.html index 36144bc31..cf1d8162c 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -186,7 +186,6 @@ respectively.

Additional drawing attributes can appear on nodes, edges, clusters and on the graph itself. There are six new attributes: -
_draw_General drawing without labels
_ldraw_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.) -
E x0 y0 w h Filled ellipse ((x-x0)/w)2 + ((y-y0)/h)2 = 1 diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 1ae6f7398..79a79e572 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -257,7 +257,6 @@ respectively.

Additional drawing attributes can appear on nodes, edges, clusters and on the graph itself. There are six new attributes: -
_draw_General drawing without labels
_ldraw_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.) -
E x0 y0 w h Filled ellipse ((x-x0)/w)2 + ((y-y0)/h)2 = 1 diff --git a/doc/winbuild.html b/doc/winbuild.html index 149330007..4e66ac141 100644 --- a/doc/winbuild.html +++ b/doc/winbuild.html @@ -164,8 +164,6 @@ or the development source package graphviz-working.tar.gz. Unwrap the package:
You can use, for example,

gunzip < graphviz-working.tar.gz | tar xf -
- -
Let $ROOT be the directory in which you stored the Graphviz source.
  • Configure the package for your system:

    @@ -267,21 +265,16 @@ follows: Download the Windows source package from: https://www.graphviz.org/download/#windows.
  • -
  • Unwrap the package:
    If you have Unix tools available, you can use - gunzip < graphviz-win.tgz | tar xf -
    - If not, double click on the file and WinZip should start up and let you store all of the files into a directory.
    Let $ROOT be the directory in which you stored the Graphviz source.
  • -
  • Add the third-party libraries: - - The versions should be at least the ones indicated. You can download the files from http://www.graphviz.org/Misc/third-party.zip. @@ -304,7 +296,6 @@ Or you can obtain the libraries yourself, and install them in $ROOT\third-party Also note that these libraries come with the binary release.
  • -
  • Build the software in one of the following ways: