CLIM mail archive

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

Postscript streams and clipping regions



   Date: Thu, 19 May 1994 16:34-0700
   From: Gregory M Anderson <gma@bitterroot.apl.washington.edu>

   I'm dumping output to a postscript stream, and some of the output is
   clipped by (with-drawing-options (stream :clipping-region region) ...).
   The clipping works fine when the stream is a application frame pane.  

   But when using
   (clim:with-output-to-postscript-stream (stream file-stream :orientation :landscape :scale-to-fit t)
     ...
     (with-drawing-options (stream :clipping-region region) ...), clipping doesn't work. 

   Any ideas why?


Sorry to be so long getting back to you, but...

What version of CLIM are you using, and on what platform?

Please send a small, reproducible test case.  I am quite sure that
Rusty Johnson and I fixed this when I was doing some consulting at
Mystech.  If so, this will be in the current CLIM sources, which I
plan to release as a set of Genera patches at some point "soon".



Main Index | Thread Index