From: erg Date: Fri, 17 Oct 2008 20:29:08 +0000 (+0000) Subject: Update on-line docs: X-Git-Tag: LAST_LIBGRAPH~32^2~3087 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c22cf9920a3d26c85f7974237e831d63f24176d;p=graphviz Update on-line docs: - Push John's changes on bytes vs. characters in xdot to doc/info - Update and expand info on aspect attribute --- diff --git a/doc/info/output.html b/doc/info/output.html index 9fdd7fa72..029735249 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -191,28 +191,28 @@ was in the original specification.) B-spline using the given n control points b n x1 y1 ... xn yn Filled B-spline using the given n control points (1.1) -T x y j w n -c1c2...cn +T x y j w n -b1b2...bn Text drawn using the baseline point (x,y). The text consists of the -n characters following '-'. The text should be left-aligned (centered, +n bytes following '-'. The text should be left-aligned (centered, right-aligned) on the point if j is -1 (0, 1), respectively. The value w gives the width of the text as computed by the library. -C n -c1c2...cn +C n -b1b2...bn Set fill color. The color value consists of the -n characters following '-'. (1.1) -c n -c1c2...cn +n bytes following '-'. (1.1) +c n -b1b2...bn Set pen color. The color value consists of the -n characters following '-'. (1.1) -F s n -c1c2...cn +n bytes following '-'. (1.1) +F s n -b1b2...bn Set font. The font size is s points. The font name consists of the -n characters following '-'. (1.1) -S n -c1c2...cn +n bytes following '-'. (1.1) +S n -b1b2...bn Set style attribute. The style value consists of the -n characters following '-'. The syntax of the value is the same as +n bytes following '-'. The syntax of the value is the same as specified for a styleItem in style. (1.1) -I x y w h n -c1c2...cn +I x y w h n -b1b2...bn Externally-specified image drawn in the box with lower left corner (x,y) and upper right corner (x+w,y+h). The name of the image -consists of the n characters following '-'. This is usually a bitmap +consists of the n bytes following '-'. This is usually a bitmap image. Note that the image size, even when converted from pixels to points, might be different from the required size (w,h). It is assumed the renderer will perform the necessary scaling. (1.2)