Challenge circle radius question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Challenge circle radius question

fill the blank to create a green SVG circle with a radius of 50. Is this code correct? <svg width="20" height="20"><circle cx="80" cy="80" r="50" fill="green"/></svg>

20th Sep 2017, 4:24 PM
Rouge Ryan
Rouge Ryan - avatar
2 Answers
+ 15
the code is correct just increase the dimensions of the svg to 200 then it will get displayed at least https://code.sololearn.com/WWkQqoaY5hVP/?ref=app
20th Sep 2017, 6:12 PM
Lord Krishna
Lord Krishna - avatar
+ 2
thanks for your comment. The challenge asks to insert the missing tags which i do but my answer is wrong every time. The svg width and height also didnt make sense to me. thanks.
20th Sep 2017, 6:44 PM
Rouge Ryan
Rouge Ryan - avatar