Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 849 Bytes

NODES.md

File metadata and controls

46 lines (27 loc) · 849 Bytes

Supported nodes

Input:

  • Input (special node, does not correspond to an SVG element);
  • Flood (<feFlood>);
  • Image (<feImage>);
  • Turbulance (<feTurbulence>).

Lighting

  • Diffuse lighting (<feDiffuseLighting>);
  • Specular lighting (<feSpecularLighting>).

Geometry manipulation

  • Offset (<feOffset>);
  • Convolve matrix (<feConvolveMatrix>);
  • Displacement map (<feDisplacementMap>);
  • Gaussian blur (<feGaussianBlur>);
  • Morphology (<feMorphology>).

Combining

  • Blend (<feBlend>);
  • Composite (<feComposite>);
  • Merge (<feMerge>).

Color manipulation

  • Color matrix (<feColorMatrix>);
  • Component transfer (<feComponentTransfer>).