Skip to content

Instantly share code, notes, and snippets.

View arab-ware's full-sized avatar

ArabWare arab-ware

View GitHub Profile
@arab-ware
arab-ware / index.html
Created October 9, 2022 13:10
yeti login
<form>
<div class="svgContainer">
<div>
<svg class="mySVG" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 200 200">
<defs>
<circle id="armMaskPath" cx="100" cy="100" r="100"/>
</defs>
<clipPath id="armMask">
<use xlink:href="#armMaskPath" overflow="visible"/>
</clipPath>