- 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
red
with a thickness of5
pixels. To remove the black fill color, set thefill
attribute tonone
.
Comments