Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated clip-path not working in firefox #14

Open
igordos opened this issue Jul 6, 2018 · 1 comment
Open

Generated clip-path not working in firefox #14

igordos opened this issue Jul 6, 2018 · 1 comment

Comments

@igordos
Copy link

igordos commented Jul 6, 2018

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

@ghost
Copy link

ghost commented Jul 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant