1<svg id="mainSVG" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
2
3 <defs>
4 <g id="allBoxes">
5 <rect x="62.92" y="231.96" width="100" height="100"/>
6 <rect x="185.14" y="231.96" width="100" height="100" rx="50"/>
7 <rect x="305.14" y="231.96" width="100" height="100"/>
8 <rect x="425.14" y="231.96" width="100" height="100" rx="50"/>
9 <rect x="545.14" y="231.96" width="100" height="100"/>
10 <rect x="665.14" y="231.96" width="100" height="100" rx="50"/>
11 <rect x="785.14" y="231.96" width="100" height="100"/>
12 </g>
13 </defs>
14
15 <use xlink:href="#allBoxes" />
16 <g id="ref" >
17 <use xlink:href="#allBoxes" x="-0" y="100" opacity="0.1"/>
18</g>
19</svg>
20