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