blob: a15d8a53bddc241bf2eb7004874bcc9e98bafaf4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="50" y="50" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="50" y="200" width="100" height="100" fill="green" transform="translate(50,50)"/> <!-- Identical to "translate(25) translate(25)" -->
<rect x="50" y="350" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="200" y="50" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="200" y="200" width="100" height="100" fill="green" transform="translate(50,50)"/>
<rect x="200" y="350" width="100" height="100" fill="green" transform="translate(50,50)"/> <!-- Identical to "translate(25) translate(25)" -->
</svg>