Generated clip-path not working in firefox
igordos opened this issue · 1 comments
igordos commented
Generated clip-path not working in firefox, becauce firefox use "url" clip-path, not "polygon".
https://stackoverflow.com/questions/28311741/responsive-clip-path-with-inline-svg
Deleted user commented
Um, wut? The following code:
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
copy-pasted from the Clippy page works just fine in Firefox. I'm saying this both because it should and because I've actually just tested it.
The info you have is way outdated. Firefox has supported shape functions such as polygon
since version 47 (first half of 2016, over two years ago!) and the current Firefox version is 61.