Zoeken…
parameters
Parameter | Details |
---|---|
cx | X-coördinaat van het midden van de ellips |
cy | Y-coördinaat van het midden van de ellips |
rx | Horizontale straal |
ry | Verticale straal |
Eenvoudige gele ellips
<svg height="80" width="160">
<ellipse cx="80" cy="40" rx="50" ry="30"
style="fill:yellow; stroke:black; stroke-width:2" />
</svg>
gesmolten:
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow