+ 1
My browser display nothing. I want to display rectangle and animation. Thanks you sir sololearn.
display rectangle and animation. https://code.sololearn.com/WhEDwevqPFs5/?ref=app
1 Respuesta
+ 2
you are missing units in
line 12 & 13
try this
svg.style.width = "1000px";
svg.style.height = "250px";