How I can have a wider stroke in html5 svg please answer | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How I can have a wider stroke in html5 svg please answer

4th Jul 2019, 1:35 PM
Raj Ram
Raj Ram - avatar
2 Respuestas
+ 2
check the "stroke-width" property <svg width="100" height="100"> <circle cx="50" cy="50" r="40" stroke="black" stroke-width="4" fill="transparent" /> </svg>
4th Jul 2019, 1:41 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
I also thought that we have to define it by stroke width but i didnt thought of usuing that dash sign in between thanks very much
4th Jul 2019, 1:45 PM
Raj Ram
Raj Ram - avatar