From b972624171c1f6ab6c6972f766450ef11b00803b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 6 Apr 2021 19:26:58 +0200 Subject: [PATCH] m.dot: update graphviz 2.40 ground truth file. I'll just assume it's correct. --- plugins/m/test/dot/page-240.html | 63 +++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) diff --git a/plugins/m/test/dot/page-240.html b/plugins/m/test/dot/page-240.html index 99b8c9a2..4a7566d3 100644 --- a/plugins/m/test/dot/page-240.html +++ b/plugins/m/test/dot/page-240.html @@ -279,7 +279,68 @@ and the arrowheads, nothing else. Non-default font size should be preserved.

- +

Subgraphs:

+
+ + + +cluster_Outer + +Outer + + +cluster_Inner + +Inner + + +A + +A + + +B + +B + + +A->B + + + + +C + +C + + +A->C + + + + +D + +D + + +B->D + + + + +B2 + +B2 + + +B2->B + + + + + +
-- 2.30.2