Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/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>