diff options
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | doc/canvas.n | 6 |
2 files changed, 14 insertions, 4 deletions
@@ -1,9 +1,15 @@ +2006-03-07 Donal K. Fellows <dkf@users.sf.net> + + * doc/canvas.n: Added note that stipples are not well-supported on + non-X11 platforms. [Bug 220787] It's not a great solution, but it does + indicate the state of affairs that has existed for years anyway; not + much modern software uses stipples anyway. + 2006-03-02 Jeff Hobbs <jeffh@ActiveState.com> * macosx/tkMacOSXDraw.c (TkPutImage): fix endian issue on OS X x86 - displaying images. Bitmap images still have a black/white - reversal issue, appears to be a general OS X issue (as seen in - frogger demo). + displaying images. Bitmap images still have a black/white reversal + issue, appears to be a general OS X issue (as seen in frogger demo). 2006-02-27 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> 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 |