CLIM mail archive

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

Postscript streams and clipping regions



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?



Main Index | Thread Index