From 3f924fa5891d79e6d1b7d7918ea158cd233e0466 Mon Sep 17 00:00:00 2001 From: Mark Hansen Date: Sun, 7 Jun 2020 19:24:25 +1000 Subject: [PATCH] Move caption to top of table. Caption is required to be just after the table element. Upstreaming https://gitlab.com/graphviz/graphviz.gitlab.io/-/merge_requests/121 --- doc/info/attrs.html | 6 +++--- doc/infosrc/types | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index dfb040476..e234164aa 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -2561,6 +2561,7 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and Examples of linear and radial gradient fill can be seen under colorList.

+ @@ -2570,18 +2571,18 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and -
Basic style settings for nodes
solid dashed dotted
filled striped wedged
Basic style settings for nodes

+ -
Basic style settings for edges
solid dashed
dotted bold
Basic style settings for edges

+ -
Basic style settings for clusters
solid dashed dotted @@ -2589,7 +2590,6 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and
rounded filled striped
Basic style settings for clusters

The effect of style=tapered depends on the penwidth, diff --git a/doc/infosrc/types b/doc/infosrc/types index 14e7ed7fc..c40cf50e1 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -370,6 +370,7 @@ Examples of tapered line styles are given below. Examples of linear and radial gradient fill can be seen under colorList.

+ @@ -379,18 +380,18 @@ Examples of linear and radial gradient fill can be seen under -
Basic style settings for nodes
solid dashed dotted
filled striped wedged
Basic style settings for nodes

+ -
Basic style settings for edges
solid dashed
dotted bold
Basic style settings for edges

+ -
Basic style settings for clusters
solid dashed dotted @@ -398,7 +399,6 @@ Examples of linear and radial gradient fill can be seen under rounded filled striped
Basic style settings for clusters

The effect of style=tapered depends on the penwidth, -- 2.40.0