]> granicus.if.org Git - graphviz/commitdiff
Make change in repository file, rather than a generated file.
authorEmden R. Gansner <erg@alum.mit.edu>
Thu, 18 Sep 2014 22:01:48 +0000 (18:01 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Thu, 18 Sep 2014 22:01:48 +0000 (18:01 -0400)
doc/info/shapes.html
doc/infosrc/html.1

index 05e95616672e8ebd76f1666e8f5c039a8746f8a1..011aebcd34f548bfc802128f4feb08f8169731cb 100644 (file)
@@ -454,7 +454,7 @@ the markup for strike-through (<TT>&lt;S&gt;</TT>) requires versions later than
 In addition, all of these markups are
 currently only available via the cairo and svg renderers.
 The horizontal and vertical rules </EM>(<TT>&lt;HR&gt;</TT> and <TT>&lt;VR&gt;</TT>)
-<EM>are only available in versions later than 8 July 2011.</EM>
+<EM>are only available in versions later than 8 July 2011.  </EM>
 <P>
 <B>NOTE:</B><EM>For releases later than 9 September 2014, one can use </EM><TT>shape=plain</TT> <EM>so that the size
 of the node is totally determined by the label. Otherwise, the node's margin, width and height values may cause the
@@ -558,6 +558,11 @@ Note that, as in HTML, element and attribute names are case-insensitive.
   <TD ALIGN=LEFT>|</TD>
   <TD ALIGN=LEFT><B>&lt;U&gt;</B> <I>text</I> <B>&lt;/U&gt</B></TD>
 </TR>
+<TR>
+  <TD ALIGN=RIGHT></TD>
+  <TD ALIGN=LEFT>|</TD>
+  <TD ALIGN=LEFT><B>&lt;O&gt;</B> <I>text</I> <B>&lt;/O&gt</B></TD>
+</TR>
 <TR>
   <TD ALIGN=RIGHT></TD>
   <TD ALIGN=LEFT>|</TD>
@@ -744,11 +749,17 @@ Attribute values must appear in double quotes.
 &gt;
 </PRE>
 <P>
-  &lt;!-- Underlined text --&gt;
+  &lt;!-- Underline text --&gt;
 <PRE>&lt;U
   &lt;!-- No attributes --&gt;
 &gt;
 </PRE>
+<P>
+  &lt;!-- Overline text --&gt;
+<PRE>&lt;O
+  &lt;!-- No attributes --&gt;
+&gt;
+</PRE>
 <P>
   &lt;!-- Subscript text --&gt;
 <PRE>&lt;SUB
index 568199c9007e85cffad3ba7c6f4ad309580d43d3..6a20508c80df3a43b11c0f5db56323519ba2610c 100644 (file)
@@ -11,9 +11,12 @@ the markup for strike-through (<TT>&lt;S&gt;</TT>) requires versions later than
 In addition, all of these markups are
 currently only available via the cairo and svg renderers.
 The horizontal and vertical rules </EM>(<TT>&lt;HR&gt;</TT> and <TT>&lt;VR&gt;</TT>)
-<EM>are only available in versions
-later than 8 July 2011.
-</EM>
+<EM>are only available in versions later than 8 July 2011.  </EM>
+<P>
+<B>NOTE:</B><EM>For releases later than 9 September 2014, one can use </EM><TT>shape=plain</TT> <EM>so that the size
+of the node is totally determined by the label. Otherwise, the node's margin, width and height values may cause the
+node to be larger, so that edges are clipped away from the label. In effect, </EM><TT>shape=plain</TT> <EM>is shorthand
+for </EM> <TT>shape=none width=0 height=0 margin=0</TT>.
 <P>
 If the value of a label attribute
 (<A HREF=attrs.html#d:label><TT>label</TT></A> for nodes, edges, clusters, and