Supported SVG elements

The supported SVG elements are:

Category Elements

Basic geometric shapes

line

rect

circle

ellipse

Complex geometric shapes

polyline

polygon

path

Groupings

svg

g

symbol

use

Definitions

defs

Gradients

linearGradient

radialGradient

stop

The most important element is path, because most images are composed of complex shapes.