- object.svg
- style.css
SVG
<svg width="220" height="120">
</svg>
CSS
svg {
border: 1px solid #dddddd;
}
You’ve gone to a different page
Goalscompleted
0
- Draw an
orange
line that is10
pixels thick starting at point(20,20)
and ending at point(200,100)
.
Comments