0
Pls what does the minus sign do in x2 do?
<line x1 = "50" y1 = "100" x2 = "-100" y2 = "250"/>
1 Resposta
+ 5
It means the coordinate is negative
You can use viewbox attribute of svg to adjust the viewbox to show negative coordinates.
<line x1 = "50" y1 = "100" x2 = "-100" y2 = "250"/>