I have been building a collection of SVG utilities for iLoveSVG, and one page that ended up being more interesting than it first sounded was the Base64 to SVG for Cricut tool.

At first glance, “Base64 to SVG” sounds like a simple decode operation:


Take an encoded string, decode it, and let the user download the result.


In practice, it gets...