Tebaeleven / svg_blocks

https://tebaeleven.github.io/svg_blocks/src/v3_class/
0 stars 0 forks source link

svgの座標を生のjsで取得したい #3

Closed Tebaeleven closed 1 year ago

Tebaeleven commented 1 year ago

参考

https://blog.myntinc.com/2018/10/svggetboundingclientrect.html

Tebaeleven commented 1 year ago

結論

this.element.setAttribute("x", this.calculateX(x))
this.element.getAttribute("x")