How can I create a “glow” around a rectangle with svg?
Here are some filters that provide different types of effect: Drop shadow (transparent black shadow with slight offset) Black glow (with a fixed colour) Object-coloured glow (takes the colour of the object to which it is a applied) An example: There’s a demo here. The code: <!– a transparent grey drop-shadow that blends with the … Read more