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/styling/render/transform.svg
width="300" height="200" viewBox="0 0 300 200">
<metadata>
<h:link rel="match" href="transform-ref.svg"/>
<h:meta name="assert" content="The transform property impacts SVG rendering."/>
</metadata>
<style>
rect {
fill: cyan;
transform: translate(29px, 11px);
}
</style>
<rect x="140" y="130" width="40" height="10" />
</svg>