svg-utilities
Service icon

SVG Utilities

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 07 July 2022
 by 
5.0
 (1 rating)
svg-utilities

SVG Utilities

Documentation
1.0.1

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. 

This extension provides two methods to generate the markup.

1. GeneraterSvgMarkupFromBinaryData 

2. GeneraterSvgMarkupFromFilePath

The first method takes binary data as input and the second method takes file path as input. Result of both the methods will contain SVG markup and error details(if any)


New Functions Provided to convert SVG to PNG

 1. SvgToPNGFromBinaryData

 2. SvgToPNGFromFilePath


1.0.0

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. 

This extension provides two methods to generate the markup.

1. GeneraterSvgMarkupFromBinaryData and

2. GeneraterSvgMarkupFromFilePath

The first method takes binary data as input and the second method takes file path as input. Result of both the methods will contain SVG markup and error details(if any)