commit-queue@webkit.org | 885fd22 | 2019-09-19 20:52:30 +0000 | [diff] [blame] | 1 | <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> |