On Sun, Apr 6, 2008 at 6:41 AM, Jean-Daniel Dupas
<[EMAIL PROTECTED]> wrote:
>  This works well with lightweight PDF, but apparently not for complex one.

I'm concerned as to why this PDF is so complicated in the first place.
 What's being drawn is actually really simple.  Four bezier paths to
draw the frame of the sticky note (filled with an NSGradient), and
then an NSGradient with a separate composite operation to draw the
highlighted portion.  If not live resizing, do this in -drawRect and
then save the bitmap representation in an ivar.  If live resizing,
scale the cached version and draw that until the live resize is
completed.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to