use-element-transitions-ref.html (244B)
1 <!DOCTYPE html> 2 <title>Test Reference</title> 3 <style> 4 use { font-size: 60px; } 5 g { font-size: 100px; } 6 </style> 7 <svg> 8 <use id="use_elm" xlink:href="#tmpl" /> 9 <g id="g_elm"> 10 <text id="tmpl" x="10" y="100">Hello!</text> 11 </g> 12 </svg>