Question
-- Javascript/illustrator [change rounded rectangle corner radius]
Can someone help me to change the radius of a pageItem with Javascript. I can change the width of a rounded rectangle but not the radius. If the width of an item gets smaller the radius is automatically adjusted what I don't want. So I want control over the radius.
selectedLayer.pageItems[0].width = 30;
selectedLayer.pageItem[0].radius = 10 doesn't work
Anyone?
