Skip to content

Svg

Description

Display a svg image block based on configuration

Attributes

  • tile:svg
  • viewBox: Provide a view box svg image container
  • fillColor: Provide a Svg image path fill color
  • path: Provide a path of svg images
  • styles:
  • 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"
    }
  }
}