Recherche…


Paramètres

Paramètre Détails
cx Coordonnée X du centre de l'ellipse
cy Coordonnée Y du centre de l'ellipse
rx Rayon horizontal
ry Rayon vertical

Ellipse jaune simple

<svg height="80" width="160">
  <ellipse cx="80" cy="40" rx="50" ry="30"
    style="fill:yellow; stroke:black; stroke-width:2" />
</svg>

Rendu:

Ellipse jaune



Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow