sharing-in-svg-use-ref.html (443B)
1 <!doctype html> 2 <title>CSS Test reference</title> 3 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> 4 <link rel="author" title="Mozilla" href="https://mozilla.org"> 5 <svg width="200" height="100"> 6 <defs> 7 <g id="p0"> 8 <rect width="100" height="100" style="fill: blue" /> 9 <rect x="100" y="0" width="100" height="100" style="fill: purple" /> 10 </g> 11 </defs> 12 <use href="#p0" x="0" y="0" /> 13 </svg>