blob: bbe15dfe68d3e6354ff7af31589c9f2615e8db2a [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-50; totalPixels=0-320">
<style>
.clip {
width: 100px;
height: 100px;
padding: 20px;
border: 20px solid rgba(0, 0, 0, 0);
border-radius: 30px;
margin: 20px;
background-color: blue;
-webkit-clip-path: view-box;
}
</style>
<body>
<div class="clip"></div>
</body>