+ 2
What will happen? #Quiz
<svg width="2000" height="2000"> <eclipse cx="1000" cy="500" rx="500" ry="250" fill="purple" /> </svg>
1 Answer
+ 7
If you meant ellipse, then the code should draw a purple oval onto the screen.
<svg width="2000" height="2000"> <eclipse cx="1000" cy="500" rx="500" ry="250" fill="purple" /> </svg>