How do I get to know about coordinates while making svg in html | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

How do I get to know about coordinates while making svg in html

https://www.sololearn.com/learn/HTML/2200/ I am on svg portion (in html course) and I am eager to make different drawings by polyline but I don't know how to make points I basically want to understand how to determine which coordinate is which place on website

7th Aug 2020, 4:15 AM
Raghu Rao
Raghu Rao - avatar
2 Respuestas
0
the coordinates work in this way: x axis is horizontal. Leftmost is 0. Increase rightward. y axis is vertical. Upmost is 0. Increase downward. Here is my SVG tutorial series : https://www.youtube.com/playlist?list=PLkqwj9vc20pUecBQFYpSAOhTNUrvwOLBR
7th Aug 2020, 5:31 AM
Gordon
Gordon - avatar