html
{
	background: url(quadrate4.png);
	background: url(quadrate4.svg), url(quadrate4.svg);
	background: -moz-linear-gradient(left, red, red 50%, white 50%, white) 0 0, -moz-linear-gradient(left, white, white 50%, red 50%, red 100px) 0 50px;
	background: -o-linear-gradient(left, red, red 50%, white 50%, white) 0 0/100px 50px, -o-linear-gradient(left, white, white 50%, red 50%, red 100px) 0 50px/100px 50px;
	background: -webkit-gradient(linear, left center, right center, from(red), color-stop(50%, red), color-stop(50%, white), to(white)) 0 0, -webkit-gradient(linear, left center, right center, from(white), color-stop(50%, white), color-stop(50%, red), to(red)) 0 50px;
	background: -webkit-linear-gradient(left, red, red 50%, white 50%, white) 0 0, -webkit-linear-gradient(left, white, white 50%, red 50%, red 100px) 0 50px;
	background: linear-gradient(left, red, red 50%, white 50%, white) 0 0/100px 50px, linear-gradient(left, white, white 50%, red 50%, red 100px) 0 50px/100px 50px;
	background-repeat: repeat-x;
	-webkit-background-size: 100px 50px;
}

html, x:-moz-any-link
{
	background-size: 100px 50px;
}

rect
{
	fill: green;
}
