Pls. guys how can I create an svg circle that has another circle inside of it | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Pls. guys how can I create an svg circle that has another circle inside of it

That is a smaller circle inside of a biger circle

5th Mar 2019, 4:30 AM
Mana Ebech
Mana Ebech - avatar
2 Answers
+ 10
https://code.sololearn.com/WXl3p27k8eT1/?ref=app Change the radius . Use different color to differentiate it.
5th Mar 2019, 5:24 AM
Blah
+ 2
Mana Ebech <circle cx="150" cy="100" r="70" style="fill:green"/> Do the same, only with a smaller radius - "r". https://www.sololearn.com/learn/HTML/2200/
5th Mar 2019, 5:18 AM
Solo
Solo - avatar