Prev Demo
Stroke Width
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h3 style="color:blue"><i>SVG stroke width</i></h3> <svg width="450" height="100" style="border:2px solid red"> <path stroke-width="10" stroke="red" d="M 50 50 L 400 50" /> <path stroke="blue" d="M 20 70 L 300 70" /> </svg> </body> </html>
Note: We DO NOT save your trial code in our database.
Output