Cairo Svg Test Stroke Regular Cairo Svg Test Stroke Regular <svg xmlns="http://www.w3.org/2000/svg"></svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="indigo" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="#AA55AA" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="#A5A" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="rgb(75,0,130)" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="currentColor" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="var(--color1, red)" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="magenta" stroke-opacity="0.5" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" color="green" > <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="100" stroke="currentColor" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-900" x2="900" y2="-900" fill="none" stroke-width="100" stroke="black" /> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="200" stroke="black" /> <line x1="100" y1="-100" x2="900" y2="-100" fill="none" stroke-width="300" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-900" x2="900" y2="-900" fill="none" stroke-width="200" stroke-linecap="butt" stroke="black" /> <line x1="100" y1="-500" x2="900" y2="-500" fill="none" stroke-width="200" stroke-linecap="round" stroke="black" /> <line x1="100" y1="-100" x2="900" y2="-100" fill="none" stroke-width="200" stroke-linecap="square" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-950" x2="900" y2="-950" fill="none" stroke-width="100" stroke-dasharray="none" stroke="black" /> <line x1="100" y1="-750" x2="900" y2="-750" fill="none" stroke-width="100" stroke-dasharray="200" stroke="black" /> <line x1="100" y1="-550" x2="900" y2="-550" fill="none" stroke-width="100" stroke-dasharray="200 50" stroke="black" /> <line x1="100" y1="-350" x2="900" y2="-350" fill="none" stroke-width="100" stroke-dasharray="200 50 100" stroke="black" /> <line x1="100" y1="-150" x2="900" y2="-150" fill="none" stroke-width="100" stroke-dasharray="200 50 100 150" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="100" y1="-950" x2="900" y2="-950" fill="none" stroke-width="100" stroke-dasharray="none" stroke="black" /> <line x1="100" y1="-750" x2="900" y2="-750" fill="none" stroke-width="100" stroke-dasharray="200" stroke-dashoffset="100" stroke="black" /> <line x1="100" y1="-550" x2="900" y2="-550" fill="none" stroke-width="100" stroke-dasharray="200 50" stroke-dashoffset="100" stroke="black" /> <line x1="100" y1="-350" x2="900" y2="-350" fill="none" stroke-width="100" stroke-dasharray="200 50 100" stroke-dashoffset="100" stroke="black" /> <line x1="100" y1="-150" x2="900" y2="-150" fill="none" stroke-width="100" stroke-dasharray="200 50 100 150" stroke-dashoffset="100" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <polyline points="100, -200 900, -400 100, -700" fill="none" stroke-width="200" stroke-linejoin="miter" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <polyline points="100, -200 900, -400 100, -700" fill="none" stroke-width="200" stroke-linejoin="round" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <polyline points="100, -200 900, -400 100, -700" fill="none" stroke-width="200" stroke-linejoin="bevel" stroke="black" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <polyline points="100, -200 900, -400 100, -700" fill="none" stroke-width="200" stroke-linejoin="miter" stroke-miterlimit="2" stroke="black" /> </svg>