blob: a87e92dacba9b7c7185dd6d5e4a3cb74c73fce6c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>SVG background-image tiling</title>
<style>
div{
border: 1px solid #ccc;
width: 100%;
height: 100px;
background-image:url('resources/construction-tape.svg');
background-size: 100px 100%;
}
</style>
</head>
<body>
<div></div>
</body>
</html>