- <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <clipPath id="myClip">
- <rect x="0" y="10" width="100" height="35" />
- <rect x="0" y="55" width="100" height="35" />
- </clipPath>
- </defs>
- <circle cx="50" cy="50" r="50" clip-path="url(#myClip)" />
- </svg>
|