📜  SVG UseElement.height 属性

📅  最后修改于: 2021-11-07 07:57:28             🧑  作者: Mango

SVG UseElement.height 属性返回与给定 use 元素的属性对应的 SVGAnimatedLength 对象

句法:

UseElement.height

返回值:该属性返回SVGAnimatedLength 对象,可用于获取所用元素的高度。

示例 1:

HTML
 
 
  

          
         
            
         
        
     


HTML
 
 
  

          
        
            
         
        
     


输出:

示例 2:

HTML

 
 
  

          
        
            
         
        
     


输出: