diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:15:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:15:42 (GMT) |
commit | c8cd567d79a989ca81b6913b695665b2ab079bd9 (patch) | |
tree | a99bc2a899dae733e82a178cb22ac5f31ff67eb1 /doc | |
parent | 96997f86bbe62a83636dbf92c554576f906f2227 (diff) | |
download | tk-c8cd567d79a989ca81b6913b695665b2ab079bd9.zip tk-c8cd567d79a989ca81b6913b695665b2ab079bd9.tar.gz tk-c8cd567d79a989ca81b6913b695665b2ab079bd9.tar.bz2 |
Fixed documentation of default -joinstyle option values for line and polygon items. [Bug 1725782]
Diffstat (limited to 'doc')
-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..7a6666b 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.25 2007/05/25 22:15:42 dkf 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 |