animate calcMode
The linear SVG value specifies simple linear interpolation between values is used to calculate the animation function.
animateMotion calcMode
The linear SVG value specifies simple linear interpolation between values is used to calculate the animation function.
feFuncA type
The linear SVG value specifies the linear equation:
C' = slope * C + intercept
feFuncB type
The linear SVG value specifies the linear equation:
C' = slope * C + intercept
feFuncG type
The linear SVG value specifies the linear equation:
C' = slope * C + intercept
feFuncR type
The linear SVG value specifies the linear equation:
C' = slope * C + intercept