How to take coordinates in html | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How to take coordinates in html

in image mapping we have to take 3 coordinates for circle so how to take them....??

1st Apr 2018, 8:20 AM
Shrutika Dhumal
Shrutika Dhumal - avatar
1 Respuesta
+ 1
For circle shapes, 'coords' attribute values are x, y and r, with x and y center position and r radius... https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area
1st Apr 2018, 9:10 AM
visph
visph - avatar