- object.svg
- style.css
SVG
<svg>
<rect width="50%" height="100" x="25%" y="25" fill="orange" />
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- Set the value for
rx
to20
. - Set the value for
ry
to50
. Notice how the shape changes.
Comments