Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<head>
<title>border</title>
<style type="text/css">
body {
filter: url('../filters.svg#NonWhiteToBlack');
}
body > div {
/* filter doesn't change alpha */
background: white;
}
div.test {
width: 154px;
height: 142px;
border-radius: 72px;
background: black;
}
</style>
</head>
<body>
<div>
<div class="test"></div>
</div>
version="1.1">
<!-- use an empty g to force filters.svg to load before onload -->
<use xlink:href="../filters.svg#empty" />
</svg>
</body>
</html>