method Image.renderSVGimport { Image } from "https://deno.land/x/imagescript@v1.2.14/mod.ts"; renderSVG(svg,size?,mode?,)Creates a new image from the given SVG ParameterssvgThe SVG content optionalsize = [UNSUPPORTED]The size to use optionalmode = [UNSUPPORTED]The SVG resizing mode to use (one of SVG_MODE_SCALE, SVG_MODE_WIDTH, SVG_MODE_HEIGHT)