Firefox Bug with clip-path

{}
June 4th, 2020

Firefox has a rather silly bug with overlapping clip-path. Instead of hiding content it start showing content with overlapping clip-path.

In short:

.clip {
clip-path: inset(400px);
}

on a 600px image should not show any content. In Firefox it does.

You can see the problem here.

Tags:

Leave a Reply