Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> </head> <body> <h2>Exemple de la propriété stroke</h2> <svg height="100" width="500"> <g fill="none"> <path stroke="#8ebf42" d="M5 20 l215 0" /> <path stroke="#1c87c9" d="M5 40 l215 0" /> <path stroke="#666" d="M5 60 l215 0" /> </g> </svg> </body> </html>