summaryrefslogtreecommitdiffstats
path: root/doc/canvas.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-08-21 16:56:25 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-08-21 16:56:25 (GMT)
commit3bc56a9bf78a4b2ade66dbf50171b50d7f5b881c (patch)
treea9cc990e89d2a374deedfdc51dafe4381388137d /doc/canvas.n
parent8ba0f7054dd92ab5ad0deeecb785229e5c26caf4 (diff)
downloadtk-3bc56a9bf78a4b2ade66dbf50171b50d7f5b881c.zip
tk-3bc56a9bf78a4b2ade66dbf50171b50d7f5b881c.tar.gz
tk-3bc56a9bf78a4b2ade66dbf50171b50d7f5b881c.tar.bz2
Document the use of the even-odd rule when filling canvas items.
Diffstat (limited to 'doc/canvas.n')
-rw-r--r--doc/canvas.n3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n
index ea27d6c..a64aebe 100644
--- a/doc/canvas.n
+++ b/doc/canvas.n
@@ -1218,7 +1218,8 @@ in the \fBCOORDINATES\fR section above.
\fB\-disabledfill \fIcolor\fR
.
Specifies the color to be used to fill item's area.
-in its normal, active, and disabled states,
+in its normal, active, and disabled states.
+The even-odd fill rule is used.
\fIColor\fR may have any of the forms accepted by \fBTk_GetColor\fR.
For the line item, it specifies the color of the line drawn.
For the text item, it specifies the foreground color of the text.