Re: Release compound path in Illustrator
Re: Release compound path in Illustrator
- Subject: Re: Release compound path in Illustrator
- From: Shane Stanley <email@hidden>
- Date: Thu, 12 Feb 2004 08:40:22 +1100
On Feb 12, 2004, at 7:36 AM, Steven Valenti wrote:
How would one tell Illustrator to release a compound path?
Something like this:
tell application "Adobe Illustrator 10"
tell document 1
repeat
try
move path items of compound path item 1 to in front of compound
path item 1
on error -- no more compound paths
exit repeat
end try
end repeat
end tell
end tell
--
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.