我需要获取在 SVG 中这样编写的元素的 x/y 位置:
<image
y="-421.28461"
x="335.27295"
id="image2991"
xlink:href="file:///C:/Users/tom/Documents/t.jpg"
height="369"
width="360"
transform="matrix(0.22297057,0.97482518,-0.97482518,0.22297057,0,0)" />
这里给出了x
&y
属性,但这并没有给出图像的实际位置。据我所知
变换矩阵[a,b,c,d,e,f]
e
&f
分别给出 x 和 y 的平移轴。但是
问题是这里( e & f )
都是 0。现在我可以得到这个图像的实际值吗x
?y