Load SVG files.
xmlSignature = "<?xml"
svgSignature = "<svg"
proc decodeSvg(data: string; width = 0; height = 0): Image {...}{. raises: [PixieError], tags: [WriteIOEffect].}