unDraw Functions

Overview


Often when building demos we need to use standard images. It is quite useful to extract and save these images into Appian.

This plug-in extracts open-source SVG images from unDraw, applies a new background fill color if specified, and creates a new document.

The documents are stored as unDRAW_<Image Name> and optionally _<#HEX Color>. If the document is already present it is returned without re-creation. 

Key Features & Functionality

Convert SVG to PNG with a new fill color. Utilizes Apache Batik for the conversion.

Anonymous