Buscar..


Parámetros

Parámetro Detalles
cx Coordenada X del centro de la elipse
cy Coordenada Y del centro de la elipse.
rx Radio horizontal
ry Radio vertical

Elipse amarilla simple

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

Prestados:

Elipse amarilla



Modified text is an extract of the original Stack Overflow Documentation
Licenciado bajo CC BY-SA 3.0
No afiliado a Stack Overflow