summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 10:04:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-04 10:04:00 (GMT)
commit8a1c217bbd4e954734e4b2bd8f6385bdc40ca6f1 (patch)
tree07278b59c9b5ca2425d3aca8cf87cae1c228fbd3 /doc
parent52c2b26db4d625bd600120dda9108e4eac8e44fb (diff)
downloadtk-8a1c217bbd4e954734e4b2bd8f6385bdc40ca6f1.zip
tk-8a1c217bbd4e954734e4b2bd8f6385bdc40ca6f1.tar.gz
tk-8a1c217bbd4e954734e4b2bd8f6385bdc40ca6f1.tar.bz2
Adapt documentation saying that the default -fill option for text and line items is not {}.
Diffstat (limited to 'doc')
-rw-r--r--doc/canvas.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index f5ea771..7dbfd19 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -1219,10 +1219,10 @@ in the \fBCOORDINATES\fR section above.
Specifies the color to be used to fill item's area.
in its normal, active, and disabled states,
\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR.
-If \fIcolor\fR is an empty string (the default),
-then the item will not be filled.
For the line item, it specifies the color of the line drawn.
For the text item, it specifies the foreground color of the text.
+If \fIcolor\fR is an empty string (the default for all canvas items
+except line and text), then the item will not be filled.
.TP
\fB\-outline \fIcolor\fR
.TP