Cairo Svg Test Shapes Regular Cairo Svg Test Shapes Regular <svg xmlns="http://www.w3.org/2000/svg"></svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500"/> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" rx="100" ry="100"/> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <circle cx="500" cy="-500" r="400"/> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="500" cy="-500" rx="400" ry="200"/> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <line x1="200" y1="-200" x2="800" y2="-800" stroke="black" stroke-width="20"/> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <polyline fill="none" stroke="black" stroke-width="20" points="100, -100, 300, -100, 300, -300, 500, -300, 500, -500, 700, -500 700, -700 900, -700 900, -900" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="500" height="500"> <polygon points="350, -75 379, -161 469, -161 397, -215 423, -301 350, -250 277, -301 303, -215 231, -161 321, -161" /> </svg>