+ 1
Whats Wrong in this Code Below . EXPLAIN
2 Answers
+ 1
You forgot to close the path with letter "Z".
And, as you're drawing a line, you need to add stroke='black' to make it visible :)
Use this:
<path d="M12 15 L26 25 Z" stroke="black" />
Reference: https://www.w3schools.com/graphics/svg_path.asp
0
ks Rocks you didn't added any style to the svg code so nothing comes as output do like this
https://code.sololearn.com/W9PQsYEjWQYn/?ref=app
have some đ đ đ đ