Re: Illustrator Matrix help needed!
Re: Illustrator Matrix help needed!
- Subject: Re: Illustrator Matrix help needed!
- From: Jay Petronis <email@hidden>
- Date: Wed, 9 Jul 2003 09:05:23 -0600
This snippet should reflect a path item horizontally, using
Illustrator's speedy matrix operations:
tell application "Adobe Illustrator 10"
tell front document
set scale_matrix to get scale matrix
set mvalue_a of scale_matrix to -1
transform path item 1 using scale_matrix
end tell
end tell
An Illustrator scripting guide is available, if you haven't seen it yet:
http://partners.adobe.com/asn/illustrator/scripting.jsp
Jay
Am Mittwoch, 09.07.03, um 04:27 Uhr (America/Denver) schrieb Rob Stott:
I'm struggling to understand how to reflect a path item using
Illustrator 10.
I'm sure it can be done using the Matrix Suite but frankly I can't
work out how to do it.
Can anyone help me out and/or point me in the direction of some
helpful documentation?
Thanks in advance
Rob
_______________________________________________
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.