diff options
Diffstat (limited to 'doc/canvas.n')
-rw-r--r-- | doc/canvas.n | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/canvas.n b/doc/canvas.n index 14d7b99..c7532c1 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.21 2006/01/12 13:38:22 dkf Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.22 2006/03/07 22:30:55 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1095,6 +1095,8 @@ If the \fB\-outline\fR option hasn't been specified then this option has no effect. If \fIbitmap\fR is an empty string (the default), then the outline is drawn in a solid fashion. +\fINote that stipples are not well supported on platforms that do not +use X11 as their drawing API.\fR .TP \fB\-stipple \fIbitmap\fR .TP @@ -1110,6 +1112,8 @@ has no effect. If \fIbitmap\fR is an empty string (the default), then filling is done in a solid fashion. For the text item, it affects the actual text. +\fINote that stipples are not well supported on platforms that do not +use X11 as their drawing API.\fR .TP \fB\-state \fIstate\fR This allows an item to override the canvas widget's global \fIstate\fR |