Svg
Description
Display a svg image block based on configuration
Attributes
tile
:svg
viewBox
: Provide a view box svg image containerfillColor
: Provide a Svg image path fill colorpath
: Provide a path of svg imagesstyles
:classes
:
Example
{
"tile": "svg",
"viewBox": "0 0 428 35.12",
"path": "M0,93.12V0S170,49,275.88,26.64,409.48-.72,428,5V93.12",
"fillColor": "#FE7300",
"styles": {
"svgWrapper": {
"position": "relative",
"backgroundColor": "#E9ECBE"
}
}
}