applescript: transferring total appearance from one page item to another
What is the best way to transfer all the properties of a path item that determine appearance to another path item?
What if those path items are in separate documents?
Should I copy and paste?
what about:
set item_properties to every property of page item 1 of document 2
set properties of page item 5 of current document to item_properties
????
Specifically, I want to copy the following properties from one path item to another, across documents:
stroked
stroke width
stroke color
stroke dashes
stroke cap
filled
fill color
--and any patterns that are used as fill
blend mode
opacity
any help appreciated.
thanks.
Ben