Éditeur de tracé SVG

Aperçu

13 points · 6 segments — glissez les points pour éditer

viewBox

Style

Exemples

Attribut d

Code SVG

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
  <path d="M50 32 C 36 12, 8 24, 8 46 C 8 68, 34 82, 50 94 C 66 82, 92 68, 92 46 C 92 24, 64 12, 50 32 Z" fill="#c4b5fd" stroke="#7c3aed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>