The "social icons" in the top right corner of https://thegaslightanthem.com look a little clipped:
Simplified reduction:
<!doctype html><style>
* { outline: 1px solid black; }
div {
width: 100px;
height: 100px;
}
</style>
<div>
<svg viewBox="23 23 64 64">
<use xlink:href="#greenrect" width="110" height="110"></use>
</svg>
</div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" style="display: none">
<symbol id="greenrect" viewBox="0 0 64 64">
<rect x="0" y="0" width="64" height="64" fill="green" />
</symbol>
</svg>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too