SVG — Filter Playground

A filter is a tiny image-processing pipeline. Pick an effect, tune its primitives, and watch the same shape transform. The filter chain is shown as code.

filter effects

3
Generated filter

        

Each fe… primitive takes an input (in) and names its output (result). Chain them by feeding one result into the next — a pipeline.