Skip to main content

All Questions

Tagged with
0 votes
0 answers
300 views

Extract Specific Pixel Colors with SVG Filters

I have an image with a lot of different colors, and I want to create an output image that only has a set of distinct colors from the original image in it (let's say showing all pixels that are #DEADFF)...
mjkaufer's user avatar
  • 4,185
3 votes
0 answers
921 views

SVG Filter Displacement as Overlay on Entire Website

I have a project where I want to achieve a glass effect through a lens, running over the entire site. I tried with PixiJS, but it only works on the canvas. It's important that the filter is on every ...
hidsig's user avatar
  • 31
0 votes
2 answers
434 views

How to create a blurred label background with SVG filters?

I would like to have a good working approach for the following problem: On a bar chart with bars filled with different but unknown colors, I would like to put labels with a fixed black color such ...
ee2Dev's user avatar
  • 1,968
0 votes
1 answer
593 views

How to prevent pixelation on Safari browser when using filter?

In the below Demo I see in Safari that by applying svg { filter: blur(0); /* even with no-op filter */ } this happens only in Safari, but not in Chrome #scene { filter: blur(0); /* ...
dota2pro's user avatar
  • 7,712
0 votes
1 answer
564 views

How do we customize ion icons? When icon is selected

When i using customize ion-icon, i want to use same icon for two different appearance.how can i do that? this is the icon which i want to customize I have use bellow approach now.but it can't ...
Chamin  Thilakarathne's user avatar
2 votes
1 answer
1k views

SVG filter from another invisible SVG removes target completely

So I have 2 SVG elements at my page: one with path and another with filter (I made this to be able to apply that filter to multiple SVGs <svg xmlns="http://www.w3.org/2000/svg" version="1.0" ...
Kirill Zotov's user avatar
2 votes
1 answer
819 views

Masking SVG-filter, not simply combining mask and filter

I am attempting to apply fractalNoise filter to HTML element. However, I dont want the whole element to be affected but to have the filter gradually increase from bottom to top. In order to achieve ...
kaktus's user avatar
  • 179
2 votes
0 answers
417 views

SVG filter loses colour when the SVG is hidden or external

<svg style="display:none"> <defs> <filter id="blue-glow-display-none"> <feMorphology in="SourceAlpha" operator="dilate" radius="2" /> <feGaussianBlur ...
Niet the Dark Absol's user avatar
1 vote
1 answer
118 views

Reveal image on hovered SVG element

Here I've received an answer how to rewrite the skewed div fully with svg. Works perfectly. But I need a special effect, once the skewed div is hovered - reveal the image. Here is a demonstration ...
Kuzma's user avatar
  • 711
1 vote
1 answer
390 views

SVG - Center image in circle without image fill

I have created a circle in SVG and trying to display image in circle and when the circle size is increased the image is also increasing but I wanted to have image same as it is, changing the circle ...
Sanjeev Kumar's user avatar
6 votes
1 answer
865 views

SVG filter with variable?

I have an SVG glow filter implemented like so: <filter id="outline"> <feMorphology in="SourceAlpha" operator="dilate" radius="2"></feMorphology> <feGaussianBlur ...
Niet the Dark Absol's user avatar
0 votes
0 answers
68 views

Filter function and filter effects

My goal is to be able to change the brightness of individual elements, but it doesn't yet seem to be supported. Not only that, but there seems to be discrepancies in what's supposedly supported and ...
oldboy's user avatar
  • 5,840
9 votes
2 answers
2k views

How to invert alpha channel of svg

I have an SVG image like this. I would like to invert it, such that everything that is black becomes transparent, and everything that is transparent becomes black. So the result would be a black ...
rmacqueen's user avatar
  • 1,051
4 votes
2 answers
4k views

How to have a drop shadow on a transparent rect svg

I want to have a drop shadow on a transparent SVG element. I have tried using all different kinds of filters but to no avail. css3 filters on the svg element(filter: drop-shadow(0 -6mm 4mm rgb(160, 0,...
Lukas Chen's user avatar
0 votes
1 answer
1k views

Fading out SVG filter on background image

I have a collection of elements with background images that have an SVG filter on them making the background image grayish. I need it so that when you hover over that element, that SVG filter fades to ...
jrothafer's user avatar
  • 169

15 30 50 per page
1
4 5
6
7 8
15