Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/layout/reftests/svg/dynamic-use-remove-width-ref.svg
<defs>
<svg id="d">
<rect height="50%" width="100%" fill="blue" />
</svg>
</defs>
<use id="u" xlink:href="#d" height="100%" />
</svg>