From b2a36cc4332f640a3dc3602616733df647c7588f Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 7 Mar 2006 22:30:29 +0000 Subject: Band-aid doc update for [Bug 220787] --- ChangeLog | 7 +++++++ doc/canvas.n | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7699eb8..6ca955b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-03-07 Donal K. Fellows + + * 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-07 Don Porter * READNE: Bump version number to 8.4.13 and update diff --git a/doc/canvas.n b/doc/canvas.n index 15ce783..a511eb3 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.13.2.2 2005/05/12 22:50:59 dgp Exp $ +'\" RCS: @(#) $Id: canvas.n,v 1.13.2.3 2006/03/07 22:30:31 dkf Exp $ '\" .so man.macros .TH canvas n 8.3 Tk "Tk Built-In Commands" @@ -1097,6 +1097,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 @@ -1112,6 +1114,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 -- cgit v0.12