🔰SVG shapes

browserSVG ⟩ shapes

tag

attributes

start: (x1, y1), end: (x2, y2), stroke color: stroke

origin: (x, y), size: (width, height), rounded corner: (rx, ry)

<circle>

center: (cx, cy), radius: r

center: (cx, cy), radii: (rx, ry)

vertices: points

points

draw?: d

tag

meaning

<defs>

definitions

<g>

group

<symbol>

Last updated