- 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
- Draw a line with the coordinates
50,180 100,20 150,180 20,80 180,80 50,180 100,20. - Set the stroke color to
redwith a thickness of5pixels. To remove the black fill color, set thefillattribute tonone.
Comments