Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/struct/reftests/inner-svg-transform-and-viewbox.svg
<html:link rel="help" href="https://www.w3.org/TR/SVG2/struct.html#SVGElement"/>
<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>