+ 1
Can we make a vertical line or an oblique line or a curve? Can you also provide the syntax for doing it
2 Respuestas
+ 3
You can make vertical lines easily, with using the border property of an element ( if needed an empty one just for this job )...
... And you can do all drawing you want, using <svg> and/or <canvas> features :)
+ 1
for curve use maths in js and canva