When put 2 lines it only draw 1 circle , but works only in two different svg tags, why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

When put 2 lines it only draw 1 circle , but works only in two different svg tags, why?

<circle cx="80" cy="80" r="50" fill="green" /> <circle cx="100" cy="100" r="50" fill="red" />

22nd Dec 2017, 6:22 AM
Nilavarasan
Nilavarasan  - avatar
1 Answer
+ 2
I think you must be using both the circles in one <svg> tag. That must be causing the error. Just try to use one <svg> tag for one circle and for another cicle use another svg tag. But even of you add both circkes in one svg tag, it still works. Check this Code:- https://code.sololearn.com/Wlv2rPfF5gi8/?ref=app
28th Apr 2019, 6:00 AM
anon