Brought to you by:
Joni (Bologna) Trythall
Nora the NowSecure narwhal
VS
<img src="nora.svg" alt="Nora the narwhal being adorable" />
"AKA the best way."
- Me all the time
<svg>
<!-- Where all the magic happens -->
</svg>
<svg>
<rect width="200" height="100" fill="#33ccff" />
</svg>
<svg>
<circle cx="75" cy="75" r="75" fill="#254cff" />
</svg>
"This is hard."
- Me all the time
<svg width="600" height="100">
<text x="30" y="80">
<!-- Clever or not clever text goes here -->
</text>
</svg>
tl;dr Very strong until things get weird
<defs>
<radialGradient id="Gradient1" cy="60%" fx="95%" fy="70%" r="2">
<stop offset="0%" stop-color="#0099ff" />
<stop offset="20%" stop-color="#252a46" />
<stop offset="40%" stop-color="#0099ff" />
<stop offset="60%" stop-color="#eafaff" />
<stop offset="80%" stop-color="#252a46" />
<stop offset="100%" stop-color="#252a46" />
</radialGradient>
</defs>
@jonitrythall
jonibologna.com