Table of Contents

Property FilterResY

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

FilterResY

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 FilterResY { 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.