SVG filter


Release date:2023-12-08 Update date:2023-12-08 Editor:admin View counts:84

Label:

SVG filter

The SVG filter is used to add special effects to SVG graphics.

SVG filter

In this tutorial, we will show only one special effect that may be used. After the presentation of the basics, you have learned to use special effects, and you should be able to apply them elsewhere. The key here is to give you an idea of how to do SVG, rather than repeating the entire specification.

The filters available for SVG are:

  • FeBlend-filter combined with image

  • FeColorMatrix-for color filter conversion

  • FeComponentTransfer

  • FeComposite

  • FeConvolveMatrix

  • FeDiffuseLighting

  • FeDisplacementMap

  • FeFlood

  • FeGaussianBlur

  • FeImage

  • FeMerge

  • FeMorphology

  • FeOffset-filter Shadow

  • FeSpecularLighting

  • FeTile

  • FeTurbulence

  • FeDistantLight-for lighting filtering

  • FePointLight-for lighting filtering

  • FeSpotLight-for lighting filtering

In addition, you can use multiple filters on each SVG element!

Powered by TorCMS (https://github.com/bukun/TorCMS).