I have problem with clip-path
in Chrome. Firefox has no problem and shows this html page correctly, but chrome doesn't show anything.
img {
-webkit-clip-path: url(#clipping);
clip-path: url(#clipping);
}
<svg>
<defs>
<clipPath id="clipping">
<circle cx="284" cy="213" r="213" />
</clipPath>
</defs>
</svg>
<img src="https://i.stack.imgur.com/MnWjF.png" width="728" height="482" >