Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/struct/reftests/inner-svg-transform-and-viewbox.svg - WPT Dashboard Interop Dashboard
<html:link rel="match" href="reference/inner-svg-transform-and-viewbox-ref.svg"/>
<title>Test that transforms the inner svg element with viewBox specified</title>
<svg width="50" height="50" transform="translate(100,50)" viewBox="0 0 40 40">
<rect width="50" height="50" fill="green"/>
<circle cx="25" cy="25" r="6"/>
</svg>
</svg>