SVG Circle creation | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

SVG Circle creation

Why we need to define width if it don´t influence to circle appierence? <svg width="2000" height="2000"> <circle cx="80" cy="80" r="50" fill="green" /> </svg>

12th Nov 2020, 9:41 AM
Victoria Dushina
Victoria Dushina - avatar
0 Respuestas