Table of Contents

Property Seed

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Seed

The starting number for the pseudo random number generator.

public ISvgAnimatedNumber Seed { get; }

Property Value

ISvgAnimatedNumber

seed = "number"

If the attribute is not specified, then the effect is as if a value of 0 were specified. When the seed number is handed over to the algorithm above it must first be truncated, i.e. rounded to the closest integer value towards zero.

Remarks

Corresponds to attribute 'seed' on the given 'feTurbulence' element.