0
My circle keeps disappearing while coding in HTML
This may be a totally stupid question. So when I tried to code a circle in code playground, if I increased “cy” past 160, it disappeared. At cy=150, I can only see half of the circle. Am I doing something wrong? Can you not do SVG on the lower half of the screen? I just started to learn coding this week, so please forgive my ignorance... https://code.sololearn.com/W6bRDXF426CE/#html
2 ответов
+ 2
https://code.sololearn.com/W6ihmB3N5GsP/?ref=app
See lesson says you have to create svg tag with width and height
+ 1
Oh my word, thank you, Roneel! I'll try to be more attentive next time!