Re: [svgwg] Ability to cut transparent holes of any shape into embedded raster graphics; Native SVG equivalent for CSS border radius (More versatility with embedded raster graphics) (#788)

"Cutting holes in embedded raster graphics" can also be achieve by using a `<pattern>` fill (with an `<image>`) on a (sufficiently "holed") shape.

While `border-radius` could make sense to apply on some elements, for others they will just be a different way of applying a `clip-path`. I think the closest thing to `border-radius` we have at the moment is the `inset()` function to `clip-path`.

-- 
GitHub Notification of comment by fsoder
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/788#issuecomment-611573934 using your GitHub account

Received on Thursday, 9 April 2020 14:56:56 UTC