Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <svg width="400" height="150" > <ellipse cx="200" cy="70" rx="200" ry="35" style="fill:purple" /> <ellipse cx="190" cy="70" rx="160" ry="25" style="fill:lightgrey" /> Sorry, inline SVG isn't supported by your browser. </svg> </body> </html>