Export Image
Export Code

Untitled

ksra7900

Last edited Jun 04, 2021
Created on Jun 04, 2021
Forked from Hello VizHub
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <svg width="960" height="500"> <circle cx = '250' cy = '100' r="100" fill="#111111"></circle> </svg> </body> </html>
MIT Licensed