Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <body> <h2>Beispiel für die Eigenschaft stroke-width</h2> <svg viewBox="0 0 30 10"> <circle cx="5" cy="5" r="3" stroke="#1c87c9" stroke-width="2%" /> </svg> </body> </html>