Cairo Svg Test Fill Regular Cairo Svg Test Fill 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" fill="indigo" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="#AA55AA" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="#A5A" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="rgb (75, 0 , 130)" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="currentColor" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="var(--color1, red)" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <rect x="100" y="-750" width="800" height="500" fill="magenta" fill-opacity="0.5" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" color="green" > <rect x="100" y="-750" width="800" height="500" fill="currentColor" /> </svg> <svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <g transform="scale(5,5) translate(0,-150)"> <polygon fill-rule="nonzero" points="50,0 21,90 98,35 2,35 79,90"/> <polygon fill-rule="evenodd" points="150,0 121,90 198,35 102,35 179,90"/> </g> </svg>