Skip to main content

All Questions

0 votes
1 answer
55 views

Chrome SVG clip-path behave incosistent across monitors

So I have a small HTML snippet below, <p style="clip-path: polygon(0 0, 100px 0, 100px 10px, 0 10px)">Lorem ipsum dolor sit amet</p> <svg xmlns="http://www.w3.org/2000/svg" width="...
Smankusors'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
0 answers
297 views

clip-path rendering bug in Chrome

I have run in to a rendering issue in Chrome. Im building a site where all the content is in a fixed position, stacked upon eachother and is revealed by scrolling via clip-path. This has been working ...
Herr Kingsley's user avatar
4 votes
1 answer
682 views

SVG Mask is "bleeding" on canvas edges

I have an animated svg that animates a "gleam/shear" effect. The mask however is not working on the edges of the svg box. I cant seem to figure out why its showing on the edges. edit - It ...
VeggieBot's user avatar
0 votes
1 answer
178 views

CSS clip-path + JS is glitchy on Chrome

I have an issue with my code. I'm trying to mask out the bottom of my main in a circular shape. Therefore, i used clip-path on it. Every thing is working smoothly on firefox, but on chrome when ...
Gaspar gg's user avatar
  • 116
1 vote
1 answer
541 views

clip-path leaves straight lines around my circle

I used clip-path to create a circle in which my image can zoom out and a filter gets applied to it. But for some reason straight lines are visible during the hover transition. Wierd lines around image ...
Paras Kamble's user avatar
2 votes
1 answer
1k views

Inline css clip-path not respected on Chrome

I am making some animation and graphics libraries to work with html. For some things clipping is needed and since the elements are generated dynamically, clip-path (mostly polygon) is added dynamicaly ...
Nikos M.'s user avatar
  • 8,258
0 votes
1 answer
773 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
3 votes
2 answers
3k views

clip-path horizontal white line in Chrome

Got clip-path set on div with background image. When in Chrome horizontal white lines appear through the div / background image. Anyone know how to remove this? See screenshot: Screenshot with ...
Philip Norton's user avatar
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
0 votes
1 answer
2k views

css clip-path with svg not working in Chrome

I've created an svg for use as a clip-path on an image, and it appears perfect in Firefox, however it doesn't work in Chrome, and I'm wondering what the problem is. Chrome should support an inline ...
43Tesseracts's user avatar
  • 4,827
2 votes
1 answer
479 views

Why do clip-path ellipsis have blurred edges in Chrome?

Try the following in Firefox and then try it in Chrome - notice the edge of the ellipse (the green section) has a soft edge in Chrome and hard edge in Firefox Example: https://getbase.com/products/...
Trent's user avatar
  • 429
0 votes
0 answers
80 views

The clip-path inset method dosen't work in firefox

This is my css : #aImages{ clip-path: inset(70px 70px 70px 70px); position:relative; bottom:60px; right:39px; } I've been looking everywhere for a way to make my image the size I want,...
Unrefined's user avatar
3 votes
2 answers
5k views

How to make SVG clip-path work correctly in Google Chrome?

I'm using an inline SVG together with CSS clip-path property to create a beveled corner on a div element. On Firefox, the size of the beveled corner is correct. However, on Google Chrome, not only ...
Ian Y.'s user avatar
  • 2,377

15 30 50 per page