var mtx1=app.getRotationMatrix(45); var mtx2=app.getScaleMatrix(150,70); var mtx=app.concatenateMatrix(mtx1,mtx2); alert(mtx);