mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 22:32:44 +00:00 
			
		
		
		
	 0e12503586
			
		
	
	
		0e12503586
		
	
	
	
	
		
			
			As part of this move properties/methods to the correct subclass
(position related properties go under SVGTextPositioningElement).
SVG text element hierarchy:
  SVGTextContentElement
           ^- SVGTextPositioningElement
                     ^- SVGTextElement
                     ^- SVGTSpanElement
           ^- SVGTextPathElement (TODO)
           ^- SVGTRefElement (TODO)
		
	
			
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			186 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <SVG/SVGTextPositioningElement.idl>
 | |
| 
 | |
| // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextElement
 | |
| [Exposed=Window]
 | |
| interface SVGTextElement : SVGTextPositioningElement {
 | |
| };
 |