Re: illustrator-scripting revisited
Re: illustrator-scripting revisited
- Subject: Re: illustrator-scripting revisited
- From: Shane Stanley <email@hidden>
- Date: Thu, 12 Jun 2003 08:59:02 +1000
On 12/6/03 5:24 AM +1000, Jay Petronis, email@hidden, wrote:
>
But note that the line:
>
>
set source_items to every page item of this_doc
>
>
can destroy clipping masks and such, since it disregards grouping
>
entirely. If that's a problem, use "layer" in place of "page item."
Or use:
set source_items to every page item of every layer of this_doc
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.