Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/svg/styling/render/transform-box-ref.svg
width="300" height="200" viewBox="0 0 300 200">
<style>
rect {
fill: cyan;
stroke: cyan;
stroke-width: 16px;
}
</style>
<g transform="translate(140, 130)">
<rect id="r" x="-30" y="-10" width="80" height="20" />
</g>
</svg>