Skip to content

Instantly share code, notes, and snippets.

View BlackBox-cmd's full-sized avatar
🚩
Focusing

Mr.Biswas BlackBox-cmd

🚩
Focusing
View GitHub Profile
@BlackBox-cmd
BlackBox-cmd / index.html
Created October 20, 2022 14:13
Yeti Login from Darin S
<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>