CLIM mail archive

[Prev][Next][Index][Thread]

CLIM:SURROUNDING-OUTPUT-WITH-BORDER with a sizable :LINE-THICKNESS



   From: Lawrence.G.Mayka@att.com
   Date: Thu, 28 Apr 94 15:40:29 CDT

   CLIM 2.0-beta on LispWorks 3.2
   CLIM 2.0 on Allegro 4.2

   Consider the following form:

   (clim:with-room-for-graphics ()
     (clim:surrounding-output-with-border (nil :line-thickness 20
					       :ink clim:+yellow+)
       (write-string "Hello world")))

   On both implementations at my disposal, evaluating this in a CLIM
   Listener draws the border rectangle along the same path as if it were
   thin (i.e., of default thickness).  The net result is that the
   "border" region totally includes (i.e., acts as a background for) the
   enclosed text....

IMO this is just a bug.

References:

Main Index | Thread Index