clip.svg 618 B

1234567891011121314
  1. <svg xmlns="http://www.w3.org/2000/svg"
  2. width="100px" height="100px" viewBox="0 0 100 100">
  3. <clipPath id="saturnclip">
  4. <circle cx="50" cy="50" r="40.1"/>
  5. <ellipse transform="matrix(0.7084 -0.7058 0.7058 0.7084 -20.7106 49.8733)" cx="50" cy="50" rx="62.9" ry="12.8"/>
  6. </clipPath>
  7. <clipPath id="saturnclip-flex" clipPathUnits="objectBoundingBox" clipPathContentUnits="objectBoundingBox">
  8. <circle fill="#fff" cx="0.5" cy="0.5" r="0.45"/>
  9. <ellipse transform="matrix(-0.7553 0.6554 -0.6554 -0.7553 1.2053 0.5499)" fill="#fff" cx="0.5" cy="0.5" rx="0.639" ry="0.125"/>
  10. </clipPath>
  11. </svg>