diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-26 04:06:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-26 04:06:05 (GMT) |
commit | 095cd3280ca77a1c44f4ee014fdce3f751c26817 (patch) | |
tree | 33e1d7978650c468362078ea9384172951a436ff /doc/canvas.n | |
parent | f4fe8efadbec59f3eaf14ca523b2c05fc7d21759 (diff) | |
download | tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.zip tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.tar.gz tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index e436fd5..993cf30 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: canvas.n,v 1.24 2007/05/03 23:55:29 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.24.2.1 2007/05/26 04:06:06 dgp Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1392,7 +1392,7 @@ Specifies the ways in which joints are to be drawn at the vertices of the line. \fIStyle\fR may have any of the forms accepted by \fBTk_GetCapStyle\fR (\fBbevel\fR, \fBmiter\fR, or \fBround\fR). -If this option isn't specified then it defaults to \fBmiter\fR. +If this option isn't specified then it defaults to \fBround\fR. If the line only contains two points then this option is irrelevant. .TP @@ -1526,7 +1526,7 @@ Specifies the ways in which joints are to be drawn at the vertices of the outline. \fIStyle\fR may have any of the forms accepted by \fBTk_GetCapStyle\fR (\fBbevel\fR, \fBmiter\fR, or \fBround\fR). -If this option isn't specified then it defaults to \fBmiter\fR. +If this option isn't specified then it defaults to \fBround\fR. .TP \fB\-smooth \fIboolean\fR \fIBoolean\fR must have one of the forms accepted by \fBTcl_GetBoolean\fR |