如何使用php从simplexmlfunction中提取svg图像的宽度和高度?

时间:2017-07-20 13:32:44

标签: php xml svg

我有svg图像需要获取图像的高度和宽度。但我没有得到svg的确切图像和高度。我正在使用php函数来提取。

原始widht和身高是82 * 90 px。如何在svg文件中设置它实际上它是一个剪贴画文件。我需要加载原始图像的宽度和高度。

simplexml_load_file($file)

output: 
 SimpleXMLElement Object ( [@attributes] => Array ( [width] => 0.908528in [height] => 0.999992in [version] => 1.0 ...............)

0 个答案:

没有答案