Open AlexandrBerlin opened 3 years ago
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.
@AlexandrBerlin
The origin of SVGElement is different from that of HTMLElement. The origin of SVGElement(path, rect) is based on the owner(svg).
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.