linear

animate calcMode

The linear SVG value specifies simple linear interpolation between values is used to calculate the animation function.

Syntax

linear

Examples

animateMotion calcMode

The linear SVG value specifies simple linear interpolation between values is used to calculate the animation function.

Syntax

linear

Examples

feFuncA type

The linear SVG value specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncB type

The linear SVG value specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncG type

The linear SVG value specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

feFuncR type

The linear SVG value specifies the linear equation:

C' = slope * C + intercept

Syntax

linear

Examples

HomeMenu