- object.svg
- style.css
SVG
<svg width="200" height="200">
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- In SVG, create a circle with a radius of
70and center coordinates along both axes of100. - Clear the circle fill and set the stroke color to
lightgrey. - And then set the stroke width to
55.
Comments