daybrush / moveable

Moveable! Draggable! Resizable! Scalable! Rotatable! Warpable! Pinchable! Groupable! Snappable!
https://daybrush.com/moveable/
MIT License
10.1k stars 617 forks source link

Can't set origin point in the center of SVG figure #413

Open AlexandrBerlin opened 3 years ago

AlexandrBerlin commented 3 years ago

Environments

Description

https://codesandbox.io/s/react-moveable-svg-test-forked-ctg42?file=/src/index.tsx:83-97

How i can set origin point in the center of figure? Can't find any methods for it:( it's all SVG.

daybrush commented 3 years ago

@AlexandrBerlin

The origin of SVGElement is different from that of HTMLElement. The origin of SVGElement(path, rect) is based on the owner(svg).