SVG help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SVG help

I've been messing with SVG forms but how can i change the stroke thikness here? https://code.sololearn.com/WeKcPE6f1H4S/?ref=app

29th Jun 2018, 10:15 AM
ClaymanCompany
ClaymanCompany - avatar
4 Answers
+ 3
Hey ClaymanCompany You can add the ‘stroke-width’ attribute as shown below in the code The default stroke width is ‘1’ example: stroke-width=5 I editted your code here: https://code.sololearn.com/Wxxte3W1wNIi/?ref=app
29th Jun 2018, 10:30 AM
Agent
Agent - avatar
+ 3
ClaymanCompany using style path{ stroke-width:5; } is also a good choice it take less codes
29th Jun 2018, 10:55 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
Your welcome ClaymanCompany
29th Jun 2018, 10:37 AM
Agent
Agent - avatar
+ 1
thank you Agent!
29th Jun 2018, 10:36 AM
ClaymanCompany
ClaymanCompany - avatar