Copy link to clipboard
Copied
I have a script that resizes the Art and the Artboard.
The problem is that a don't know how to set the Scale Round Corners value by script.
Can anyone help me?
Copy link to clipboard
Copied
Hi paulocarvalho,
this is not scriptable.
But you can use this workaround: Setting Scale Corners in a script
Have fun
Copy link to clipboard
Copied
Salut !
Arrondis à partir d'un effet ?
exemple avec resize :
var obj = activeDocument.pathItems[0];
var ech = 50;
var dupliqObj = obj.duplicate(activeDocument,ElementPlacement.PLACEATEND);
obj.resize(ech,ech,true,true,true,undefined,ech,Transformation.CENTER);
De elleere
Copy link to clipboard
Copied
Sorry renél80416020
wrong example.
Transformation.CENTER does never works correct with your (star) example
Find more inspiration, events, and resources on the new Adobe Community
Explore Now