我想在 jquery 中获取 svg 路径的 getBBox()。我试过这样
$("#"+ path id)[0].getBBox() -> returns x=0,y=0,width=0,height=0
我添加了 SVG 元素的路径。我在 SVG 中尝试了一些其他元素,例如文本节点,在这种情况下它返回一些边界框值。
如何计算 SVG 中路径的边界框?
<path id="container_svg_John_0" fill="none" stroke-width="3" stroke="url(#container_svg_John0Gradient)" stroke-linecap="butt" stroke-linejoin="round" d="M -2390.2 -125.8888888888889 L 0 0 M 0 0 L 251.60000000000002 -45.77777777777778 M 251.60000000000002 -45.77777777777778 L 503.20000000000005 -11.444444444444445 M 503.20000000000005 -11.444444444444445 L 629 -183.11111111111111 "/>