You already must have an internal function which creates a bitmap of a SVG-file. As SVG files could be really dynamic it would be great to have a function to Draw a picture of a given SVG-string. Depending on my variables I could change the SVG-string. I know I already could do this with multiple file based SVG files, and putting some conditioned display magic. But I think the SVG-string to Drawing/Bitmap opens a lot of new opportunities:
For example when my SVG-string contains a name and I replace the name before printing with the value of a current variable. To get this done I could use ReplaceRegEx$() to find my name-placeholder inside the SVG-string and replace it with a variable.
I just want to add, if implementing this feature to support SVG as a native LlFieldType. In this case I could directly assign SVG in my custom data provider.