bennettfeely / clippy

Shape up your website with CSS clip-paths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated clip-path not working in firefox

igordos opened this issue · comments

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

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.