Source code
Revision control
Copy as Markdown
Other Tools
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>