summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-07-26 19:40:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-07-26 19:40:26 (GMT)
commit42c7d9d80d80365c34ec7c531b6c041d4c2990d0 (patch)
tree35c566e17c9caabfdc389a26b4aaf9c7be615adf /doc/canvas.n
parent6be6cc36eb090c9fa5ed6d6d91bc1dc5ab7006aa (diff)
downloadtk-42c7d9d80d80365c34ec7c531b6c041d4c2990d0.zip
tk-42c7d9d80d80365c34ec7c531b6c041d4c2990d0.tar.gz
tk-42c7d9d80d80365c34ec7c531b6c041d4c2990d0.tar.bz2
Corrected description of acceptable join styles. Spotted by Emiliano Gavilan.
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index b87e770..951c4b4 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.44 2009/07/14 08:38:13 dkf Exp $
+'\" RCS: @(#) $Id: canvas.n,v 1.45 2009/07/26 19:40:26 dkf Exp $
'\"
.so man.macros
.TH canvas n 8.3 Tk "Tk Built-In Commands"
@@ -1541,7 +1541,7 @@ Where arrowheads are drawn the cap style is ignored.
\fB\-joinstyle \fIstyle\fR
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
+\fIStyle\fR may have any of the forms accepted by \fBTk_GetJoinStyle\fR
(\fBbevel\fR, \fBmiter\fR, or \fBround\fR).
If this option is not specified then it defaults to \fBround\fR.
If the line only contains two points then this option is
@@ -1660,7 +1660,7 @@ The following extra options are supported for polygons:
\fB\-joinstyle \fIstyle\fR
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
+\fIStyle\fR may have any of the forms accepted by \fBTk_GetJoinStyle\fR
(\fBbevel\fR, \fBmiter\fR, or \fBround\fR).
If this option is not specified then it defaults to \fBround\fR.
.TP