OLD | NEW |
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> | 1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k"> |
2 <defs> | 2 <defs> |
3 <circle id="circle" cx="60" cy="60" r="50"/> | 3 <circle id="circle" cx="60" cy="60" r="50"/> |
4 <clipPath id="clip-circle"> | 4 <clipPath id="clip-circle"> |
5 <use xlink:href="#circle"/> | 5 <use xlink:href="#circle"/> |
6 </clipPath> | 6 </clipPath> |
7 </defs> | 7 </defs> |
8 <rect id="rect" x="10" y="10" width="100" height="100" fill="green" clip-path="u
rl(#clip-circle)"/> | 8 <rect id="rect" x="10" y="10" width="100" height="100" fill="green" clip-path="u
rl(#clip-circle)"/> |
9 </svg> | 9 </svg> |
OLD | NEW |