blob: 2afcf257c19386a454ed2e626634cb36ffba5ccf [file] [log] [blame]
commit-queue@webkit.org885fd222019-09-19 20:52:30 +00001<svg xmlns="http://www.w3.org/2000/svg">
2 <g id="ellipses">
3 <ellipse cx="40" cy="60" rx="20" ry="20" fill="green"/>
4 <ellipse cx="90" cy="60" rx="30" ry="30" fill="green"/>
5 <ellipse cx="160" cy="60" rx="40" ry="40" fill="green"/>
6 <ellipse cx="250" cy="60" rx="50" ry="50" fill="green"/>
7 </g>
8 <use y="100" href="#ellipses"/>
9</svg>