Skip to main content

All Questions

Tagged with
1 vote
1 answer
379 views

Issue with getting "gooey" CSS SVG filter for rounded text background to work in Firefox

I was attempting to recreate the following rounded background effect found in this Dribble design: Through some research, I found out that it was called the gooey effect. I tried to implement these [...
Candide x Media's user avatar
0 votes
2 answers
161 views

How can i remove a filter svg from the children?

i'd like to remove the svg filter i added to a div from the button children but i'm blocked HTML <div id="parchment" class="contain"> <button style="background-...
pro Jack ZeroTheCrazy's user avatar
0 votes
1 answer
550 views

Rounded clip path div [duplicate]

I need to create custom shapes for a client project. They are expecting responsive rounded divs. For that, we try using clip path in combination with svg filter to round the edges. Figma file ...
simonm's user avatar
  • 1
1 vote
0 answers
469 views

How do I apply shader to SVG Filter?

I tried some WebGL technology before such as three js and pixi js. When I learned WebGL technology, I found shader which made me really fascinated. But WebGL can only be rendered on the canvas not the ...
Reynald Lamury's user avatar
0 votes
1 answer
154 views

How to Map brightness in CSS( using filter ) from -100% to 100% using feFuncR, feFuncB, feFuncG

What should I set the values of slope of feFuncR, feFuncG and feFuncB inside feComponentTransfer to map the brightness of an image from -100% (complete black) to 100%(complete white) with 0% having no ...
Mikasa Ackerman's user avatar
2 votes
1 answer
335 views

Svg gradient, override other svg too

basically I have two SVG and If I try to change the color of the second one it doesn't change, If I do to the first one, it change the color of both the SVG. In the example below, if you duplicate the ...
Gianmarco's user avatar
  • 822
1 vote
1 answer
144 views

Why does converting my greyscale SVG to alpha cause a reduction in brightness?

I'm trying to create a transparent "starry night" effect with an SVG. I have my SVG inlined on a webpage, inside an element with a black background. I start out with a turbulence filter, ...
Jez's user avatar
  • 29.2k
1 vote
0 answers
287 views

SVG Filter animation won't work in Safari

I ran into an issue where safari doesn't want to apply svg filters to a child element that is animated. It seems like an you can animated the parent of an element with a filter applied (second example)...
julipode's user avatar
0 votes
0 answers
386 views

Remove filter from child element HTML CSS

I am working on a project and and am having an issue trying to remove a filter from a child element. I created a small code snippet of the issue I am running into. Does anyone have any recommendations ...
Mckcheesy's user avatar
1 vote
1 answer
135 views

Improve neon sharped cut text effect

I am trying to add sharped cut effect on text. I have achieved this thing: But I want to achieve this backplate/background sharped cut text effect: My Code: .wrapper { background-color: #000; }...
Zain Shabir's user avatar
2 votes
1 answer
749 views

SVG filter "Turbulence" not rendering well on safari

I'm trying to apply a svg "Turbulence" filter on an image on my website. The thing is that it looks well on FireFox and Chrome : But looks horrible on safari : It seems that Safari is &...
Louis Lecouturier's user avatar
0 votes
1 answer
242 views

Different results when applying feColorMatrix SVG filter in CSS or in javascript

Let's say we want to apply a SVG filter on a canvas element. According to this we can apply a SVG filter to the CanvasRenderingContext2D in javascript like this, the filter will only affect shapes ...
brudi4550's user avatar
  • 592
1 vote
1 answer
162 views

Canva Duotone Effect

I've looked around for this question but cant seem to find a response. I am attempting to replicate a duotone image i created on canva, but through CSS. I have attached two images, the first image is ...
ThomasL123's user avatar
2 votes
1 answer
478 views

How to apply Photoshop-style color curves filters to an HTML tag?

I'm trying to replicate the following Photoshop color curves filter in an HTML video tag. The closest answer I've found so far is how to add Photoshop-like color levels with CSS and SVG Filters but ...
Diego Sanchez's user avatar
2 votes
1 answer
374 views

SVG Filter using feImage as input to feDisplacementMap [closed]

I am trying to use svg filters to add a displacement map to an image. This is my code: <svg width="300" height="300"> <filter id="a" filterUnits="...
Alibasher's user avatar

15 30 50 per page
1
2 3 4 5
7