1 2 3 4 5 6 7 8 9
let mover = SVG.select("#new")[0] mover.transform({ position: [800, 500], origin: [200, 400], skew: [20, 0], rotate: 30, })