Table of Contents

Property FilterResX

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

FilterResX

The contains the X component of attribute 'filterRes'. The 'filterRes' indicates the width and height of the intermediate images in pixels of a filter primitive.

public ISvgAnimatedInteger FilterResX { get; }

Property Value

ISvgAnimatedInteger

This value takes one or two values, the first one outlining the resolution in horizontal direction, the second one in vertical direction. If only one value is specified, it is used for both directions.

Remarks

The 'filterRes' attribute was removed from the SVG 2 specification.