Deprecated:
This feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the
兼容性表格
at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.
filterRes
attribute indicates the width and height of the intermediate images in pixels of a filter primitive.
Take care when assigning a non-default value to this attribute. Too small of a value may result in unwanted pixelation in the result. Too large of a value may result in slow processing and large memory usage.
Note that negative values or zero values disable the rendering of the element which referenced the filter.
You can use this attribute with the following SVG elements:
-
<number-optional-number>
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.
BCD tables only load in the browser
Found a problem with this page?
最后修改:
,
由 MDN 贡献者