Using JavaScript to reposition a group in Illustrator
Hello, everyone,
I am trying to write JavaScript that will take a selected group in an active Illustrator document and move it to a particular X/Y position on the artboard.
I have tried using the .position() method, but this doesn't seem to do anything. I have also tried running an existing Illustrator action to reposition the art using .doScript(), but this either doesn't do anything or crashes Illustrator.
