🔰SVG shapes
tag | attributes |
<line> | start: (x1, y1), end: (x2, y2), stroke color: stroke |
<rect> | origin: (x, y), size: (width, height), rounded corner: (rx, ry) |
<circle> | center: (cx, cy), radius: r |
<ellipse> | center: (cx, cy), radii: (rx, ry) |
<polygon> | vertices: points |
<polyline> | points |
<path> | draw?: d |
tag | meaning |
<defs> | definitions |
<g> | group |
<symbol> |
Last updated