SOURCE

console 命令行工具 X clear

                    
>
console
<img src="http://tc.xinda.site/2020-02-01-134204.png" />

<svg width="200" height="400" style="position: fixed;">

<defs>   
<mask id="mask3">   
<rect x="0" y="0" width="100%" height="100%" style="stroke:none; fill: #ccc"></rect>   
<circle id="circle1" cx="100" cy="100" r="50" style="fill: #000" />   
</mask>   
</defs> 

<rect x="0" y="0" width="100%" height="100%" style="stroke: none; fill: #ccc; mask: url(#mask3)"></rect> 
</svg>