5/9
@fiveoutofnine.eth
122 characters to draw a badge 🤠 `<path id="a" d="M-3 0h6M0 3v-6" stroke-width="4" stroke-linecap="round"/><use href="#a" transform="rotate(45)"/>`
6 replies
22 recasts
562 reactions
Michael Gingras (lilfrog)
@frog
So sick, any way to do border this way though?
1 reply
0 recast
1 reaction
5/9
@fiveoutofnine.eth
slightly scuffed but can create a copy w/ another `<use>`? something like `<g id="b"><path id="a" d="M-3 0h6M0 3v-6" stroke-width="4" stroke-linecap="round"/><use href="#a" transform="rotate(45)"/></g> <use href="#b" transform="scale(0.8)"/>` e.g. for 1px inner border
1 reply
0 recast
0 reaction
Michael Gingras (lilfrog)
@frog
Didn’t even think of scaling down to make inner border. This is so awesome
0 reply
0 recast
1 reaction