Inline SVG widget in OutSystems takes SVG markup as input(string) to render the SVG image. In case the image is uploaded to a database or file system, the stored image needs to be converted to SVG markup for rendering in browser. This extension is useful in such cases and provides the methods to generate the markup from either binary data or file path.