Top "Svg-filters" questions

SVG filters are a set of image processing primitives that can be combined together to create sophisticated visual effects.

How to apply drop-shadow filter via CSS to SVG specific element/path

I'd like to apply a drop-shadow filter to a specific element/path inside an inline placed SVG via CSS, I …

css svg svg-filters
Applying image filters to canvas image data or in JavaScript

I'm a Flash developer, and I'm working on a JavaScript port of a game. In the Flash version, I use …

javascript html canvas svg svg-filters
How to create a transparency gradient mask using an SVG filter

I am currently using an SVG gradient to apply a fade-out effect for paths. This allows the path to start …

css svg svg-filters
is it possible to make SVG circle fill color from bottom to top based on percentage?

<svg viewbox="-20 -20 100 100"> <circle r="15.29563" cx="0" stroke="#7dc4c2" fill="#5ea4a2"> </svg> …

svg geometry svg-filters svg-animate
Drawing a circle with a dropshadow in SVG clips the edges

I'm trying to draw a simple circle with a drop shadow in SVG, but for some reason the top and …

svg svg-filters
SVG filter only working when added in style attribute (Firefox)

I added a blur effect svg to my HTML(text/html): <html> <head>...</head> &…

html css firefox svg svg-filters
How to use blend mode in svg for vector shapes?

Here is my simple svg: <!DOCTYPE html> <html> <head> </head> <body&…

html svg vector-graphics svg-filters
what's a flood-color and lighting-color definition in CSS?

Way cool, i'd just realised there is something called flood-color and lighting-color in CSS. Does anyone know what is a …

html css svg-filters
Gaussian blur cutoff at edges

I am working on an svg export utility for a drawing program on android. I am having a problem that …

svg svg-filters
Can I apply CSS(3) filters ONLY on image sections?

I have a full screen background image .bg { left: 0; min-height: 100%; min-width: 100%; position: fixed; top: 0; z-index: -1; } and want to apply …

html css blur svg-filters