Skip to main content

All Questions

12 votes
3 answers
5k views

Clip-path on Chrome leaves a strange line on the edge

I use clip-path to create the particular shape of the blue search button. From Chrome you see a strange line at the cutout edge, while from Firefox everything is OK. I am not the first to point this ...
Federico Liva's user avatar
2 votes
1 answer
3k views

Problem with CSS SVG Clip path - not working

I have a problem with a clip path css. When I put clip path on my css fill, image wont show... I m on chrome. So you have any idea ? I use this generator https://10015.io/tools/svg-blob-generator ....
frontcodelover's user avatar
1 vote
3 answers
3k views

Problems with CSS clip-path in Google Chrome

The following Website project using the CSS clip-path property works fine in Safari but breaks in Google Chrome (it also works fine in Google Chrome until a few weeks). Is this a bug in Google Chrome ...
Philipp Roth's user avatar
0 votes
1 answer
780 views

-webkit-clip-path not working for Chrome?

The following code works fine in FireFox and it shows a blue bunny rabbit: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <style> #item1 { ...
learningtech's user avatar
  • 33.3k
0 votes
1 answer
1k views

CSS: Enabling Webkit hardware acceleration works fine in Safari, messes up in Chrome

I'm using a responsively-sized SVG clipPath to mask fixed-position divs with image backgrounds. This was all working fine (Firefox, Chrome, IE & Opera) until it was pointed out to me that it was ...
indextwo's user avatar
  • 5,835