- object.svg
- style.css
SVG
<svg>
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- Draw an ellipse with a radius that has a horizontal offset of
40%
and a radius with a vertical offset of30
. - Move the shape by setting
cx
to50%
andcy
to80%
. - Add green fill by specifying
yellowgreen
.
Comments