+ 2
Please how do i draw multiple circles with svg in html
5 Respuestas
+ 3
Assuming you have this code for drowning your circle <svg height="100" width="100">
****<circle cx="50" cy="50" r="40" />****
</svg>
try to duplicate the circle tag but with another cx and cy value.
The cx and cy attributes define the x and y coordinates of the center of the circle in the entire html page.
+ 2
Thanks
+ 1
Though it worked but it didnt show side by side
0
You are welcome, i hope that was helpful for you😄😃
0
Make sure your svg tag has a bigger width and till me if it work or not,if it doesn't work send me your code