Why I can't see the end of mine line? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why I can't see the end of mine line?

<svg whidth="350" height="200"> <line x1="30" y1="30" x2="300" y2="170" style="stroke:#000000; stroke-linecap:round; stroke-width:20"/> </svg>

15th Sep 2016, 12:25 PM
Miloš Latinović
Miloš Latinović - avatar
1 Answer
+ 3
Because you wrote whidth="350" instead of width="350". There is an unnessesary 'h'. Delete it and you can see the end of the line.
2nd Oct 2016, 1:06 PM
dozule
dozule - avatar