Hi,
I want to move the shape origin tu put it on the right place like here :
Here’s my Codepen :
An idea ?
Thanks
Hi,
I want to move the shape origin tu put it on the right place like here :
Here’s my Codepen :
An idea ?
Thanks
I found
image.setDisplayOrigin(image.width/2,image.height - (image.width/4))
image.y = image.y - (image.width/4)