SVG
Ellips
Sök…
parametrar
Parameter | detaljer |
---|---|
cx | X-koordinat för ellipsens centrum |
cy | Y-koordinat för ellipsens centrum |
rx | Horisontell radie |
ry | Vertikal radie |
Enkel gul ellips
<svg height="80" width="160">
<ellipse cx="80" cy="40" rx="50" ry="30"
style="fill:yellow; stroke:black; stroke-width:2" />
</svg>
Framfört:
Modified text is an extract of the original Stack Overflow Documentation
Licensierat under CC BY-SA 3.0
Inte anslutet till Stack Overflow