I wanna make an upside down triangle, but the code is not right. What is the bug? :) <svg width="2000" height="500"> <polyline style="stroke-linejoin:miter; stroke:black; stroke-width:12; fill: none;" points="100 100, 150 150, 200 100, 100 100" /> </svg> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I wanna make an upside down triangle, but the code is not right. What is the bug? :) <svg width="2000" height="500"> <polyline style="stroke-linejoin:miter; stroke:black; stroke-width:12; fill: none;" points="100 100, 150 150, 200 100, 100 100" /> </svg>

upsidedowntriangle

18th Oct 2016, 11:07 AM
Peter Istok
Peter Istok - avatar
2 Answers
0
I got it! I need to use the polygon tag for this. :D
18th Oct 2016, 11:15 AM
Peter Istok
Peter Istok - avatar
0
use the polygon bro 😊😉
18th Oct 2016, 11:28 AM
Baraa AB
Baraa AB - avatar