<html>
<head>
<style>
img {
clip-path: circle(50%);
}
</style>
</head>
<body>
<img src="w3css.gif" width="100" height="140">
<p><b>Note:</b> Edge does not support clip-path on HTML elements (only on SVG elements).</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_clip-path by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:00:45 GMT -->
</html>