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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
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