From 8d228208782b9705d397d3c951814ad36ceb5c30 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 7 Nov 2008 22:39:43 +0000 Subject: [PATCH] Fix missing end elements for --- doc/info/output.html | 6 +++--- doc/infosrc/outputs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/info/output.html b/doc/info/output.html index 497490358..461a0ad0c 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -226,9 +226,9 @@ the

Style values which can be incorporated in the graphics model do not appear in xdot output. In particular, the style values -filled, rounded, diagonals, and invis -will not appear. Indeed, if invis, there will not be any -xdot output at all. +filled, rounded, diagonals, and invis +will not appear. Indeed, if style contains invis, +there will not be any xdot output at all.

In handling text alignment, the application may want to recompute the string width using its own rendering primitives. diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 5e6a63dd9..0cae009f8 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -264,9 +264,9 @@ the

Style values which can be incorporated in the graphics model do not appear in xdot output. In particular, the style values -filled, rounded, diagonals, and invis -will not appear. Indeed, if invis, there will not be any -xdot output at all. +filled, rounded, diagonals, and invis +will not appear. Indeed, if style contains invis, +there will not be any xdot output at all.

In handling text alignment, the application may want to recompute the string width using its own rendering primitives. -- 2.40.0