Skip to main content

All Questions

Tagged with
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
63 views

Filter Gradient on image without double Image

is it possible to have a smooth gradient filter (CSS or SVG) to darken specific parts of an image. Of course I could create a div apply a linear gradient from black to transparent to it and then set ...
christastic'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
420 views

SVG filter apply filter only to opaque region

Lets have a filter applied to an image with transparency. I need to have this filter applied only to opaque region, in other words, I guess, where alpha is non-zero. You can see in the example ...
Viktor Stolbin's user avatar
1 vote
1 answer
1k views

SVG filter simulate blending mode

I'm trying to simulate mix-blend-mode:exclusion blending mode with only SVG filters. The docs say exclusion is a substraction of darker color from lighter, in other words, greater color component ...
Viktor Stolbin's user avatar
0 votes
1 answer
755 views

SVG filter with 100% dimensioned feFlood not sizing correctly

I cannot understand why SVG filter is behaving the way it is behaving, when I am expecting different result. Here is filter code: <svg> <defs> <filter id="myFilter"> <feFlood ...
Viktor Stolbin's user avatar
0 votes
2 answers
375 views

Duotone SVG filter not working in Firefox

I have a CodePen with Duotone SVG filters which works across all browsers except for FireFox. I thought and update from 44 - 45 might do the trick as some have noted in other Firefox related questions,...
bantz's user avatar
  • 11