需要的效果如上图
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!--<link href="style.css" rel="stylesheet">-->
</head>
<body>
<svg class="demo" viewBox="0 0 100 100" style="width: 50%;background: white">
<circle cx="50" cy="50" r="10" fill="white"/>
</svg>
</body>
</html>
Internet Explorer和Safari不支持SVG滤镜!