FROM : Nick Zitzmann
DATE : Tue Jan 08 04:40:08 2008
I have an NSView that intentionally draws some graphics out of the
view's frame, so that part of the graphics get clipped. When the view
is drawn to screen or the printer, the graphics are clipped correctly,
so only part of the graphic is drawn in the view and the other part
doesn't appear. When the view is drawn to PDF, however, using -
dataWithPDFInsideRect:, then the graphics that are supposed to be
clipped end up being drawn over the top of another subview of the
superview. How do I stop this from occurring?
Nick Zitzmann
<http://www.chronosnet.com/>
DATE : Tue Jan 08 04:40:08 2008
I have an NSView that intentionally draws some graphics out of the
view's frame, so that part of the graphics get clipped. When the view
is drawn to screen or the printer, the graphics are clipped correctly,
so only part of the graphic is drawn in the view and the other part
doesn't appear. When the view is drawn to PDF, however, using -
dataWithPDFInsideRect:, then the graphics that are supposed to be
clipped end up being drawn over the top of another subview of the
superview. How do I stop this from occurring?
Nick Zitzmann
<http://www.chronosnet.com/>
| Related mails | Author | Date |
|---|---|---|
| Nick Zitzmann | Jan 8, 04:40 | |
| I. Savant | Jan 8, 12:51 |






Cocoa mail archive

