❶ 如何用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸
用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸的方法:
1、使用getElementById獲取svg節點對象:
var el = document.getElementById("yourElement");
2、調用getBoundingClientRect獲取path的邊界矩形的位置:
var rect = el.getBoundingClientRect();
3、分別獲取width和height屬性就得到實際位置了。
console.log( rect.width );
console.log( rect.height);
❷ 如何用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸
用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸的方法:
1、使用內getElementById獲取容svg節點對象:
var el = document.getElementById("yourElement");
2、調用getBoundingClientRect獲取path的邊界矩形的位置:
var rect = el.getBoundingClientRect();
3、分別獲取width和height屬性就得到實際位置了。
console.log( rect.width );
console.log( rect.height);
❸ 如何用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸
用 JS 獲取 SVG 內 path 元素中的圖形的實際位置及尺寸的方法:
1、使用getElementById獲取svg節點對象:
var el = document.getElementById("yourElement");
2、調專用getBoundingClientRect獲取path的邊界矩形的位置:
var rect = el.getBoundingClientRect();
3、分別屬獲取width和height屬性就得到實際位置了。
console.log( rect.width );
console.log( rect.height);