SHX-Theme/snippets/mask-arch.liquid

6 lines
323 B
Plaintext

<svg class="shape--mask" width="0" height="0" viewBox="0 0 100 100">
<clipPath id="Shape-Arch" clipPathUnits="objectBoundingBox" transform="scale(0.01, 0.01)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M100 50C100 22.3858 77.6142 0 50 0C22.3858 0 0 22.3858 0 50V100H50H100V50Z"/>
</clipPath>
</svg>