Table of Contents

Property Scale

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

Scale

Displacement scale factor. The amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.

public ISvgAnimatedNumber Scale { get; }

Property Value

ISvgAnimatedNumber

scale = "number"

When the value of this attribute is 0, this operation has no effect on the source image.

If the attribute is not specified, then the effect is as if a value of 0 were specified.