Effects on Coordinate SystemsSection

by Ayyappan Sakthivadivel

HTML

<!-- Learn about this code on MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Basic_Transformations -->

<svg width="100" height="100">
    <g transform="scale(0)">
        <rect width="50" height="50" />
    </g>
</svg>