Answered
transform > reflect objects in illustrator via javascript
Hi all,
are there any way to transform > reflect Vertical axis in illustrator but via JavaScript not apple and i mean reflect not scale H or V
thanks in advance.
Hi all,
are there any way to transform > reflect Vertical axis in illustrator but via JavaScript not apple and i mean reflect not scale H or V
thanks in advance.
Hi Muhammad.eloc,
you can try something like this:
var totalMatrix = app.getScaleMatrix(-100,100);
app.activeDocument.activeLayer.pathItems[0].transform(totalMatrix);
e.g. for the first path item in the active layer
Have fun
![]()
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.