From 1ac5f3b97795c14e3cc3ba48a99db8df6314a1c0 Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Wed, 7 Sep 2011 16:40:58 -0400 Subject: [PATCH] Add version info for the new HTML markups --- doc/info/shapes.html | 8 +++++++- doc/infosrc/html.1 | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/info/shapes.html b/doc/info/shapes.html index bfad473db..a87220f50 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -313,7 +313,13 @@ that are newer than mid-November 2003. In particular, it is not part of release 1.10.

NOTE:The font markups for bold, italic, underlining, subscript and -superscript are currently only available via the cairo and svg renderers. +superscript (<B>, <I>, <U>, <SUB>; and <SUP>) +are only available in versions after 14 October 2011, and are +currently only available via the cairo and svg renderers. +In addition, the horizontal and vertical rules (<HR> and <VR>) +are only available in versions +later than 8 July 2011. +

If the value of a label attribute (label for nodes, edges, clusters, and diff --git a/doc/infosrc/html.1 b/doc/infosrc/html.1 index 9f6bd833a..c043a0dbd 100644 --- a/doc/infosrc/html.1 +++ b/doc/infosrc/html.1 @@ -5,7 +5,13 @@ that are newer than mid-November 2003. In particular, it is not part of release 1.10.

NOTE:The font markups for bold, italic, underlining, subscript and -superscript are currently only available via the cairo and svg renderers. +superscript (<B>, <I>, <U>, <SUB>; and <SUP>) +are only available in versions after 14 October 2011, and are +currently only available via the cairo and svg renderers. +In addition, the horizontal and vertical rules (<HR> and <VR>) +are only available in versions +later than 8 July 2011. +

If the value of a label attribute (label for nodes, edges, clusters, and -- 2.49.0