+ 10
What is wrong with the code that it is not displaying a sun with an elliptical mercury orbit?
2 Respostas
+ 2
Increase svg width and height
+ 1
You set the width and the height of your svg both to 50 px. With the width and the height you set your drawing area, so you want it make it bigger, as big as you need it to be.
You also may want the svg having a background color to see the area: style="background-color:blue"
for example