diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 10:04:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-04 10:04:43 (GMT) |
commit | 4fac9b09a9b1617c963bbefccfc0444589a4bbfe (patch) | |
tree | 8a93c9abd9e802a6a70db3e24f659351a1a3f891 /doc | |
parent | f90d5c574cba21880fecf57f844dacb6097a242f (diff) | |
parent | 8a1c217bbd4e954734e4b2bd8f6385bdc40ca6f1 (diff) | |
download | tk-4fac9b09a9b1617c963bbefccfc0444589a4bbfe.zip tk-4fac9b09a9b1617c963bbefccfc0444589a4bbfe.tar.gz tk-4fac9b09a9b1617c963bbefccfc0444589a4bbfe.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/canvas.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index a0febce..8f98ff9 100644 --- a/doc/canvas.n +++ b/doc/canvas.n @@ -1256,10 +1256,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 |