Skip to content

Commit

Permalink
Remove docs for SVG <filter> filterRes attribute (#31157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Dec 19, 2023
1 parent 2edb228 commit 25da2a3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 79 deletions.
1 change: 0 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6516,7 +6516,6 @@
/en-US/docs/SVG/Attribute/fill-opacity /en-US/docs/Web/SVG/Attribute/fill-opacity
/en-US/docs/SVG/Attribute/fill-rule /en-US/docs/Web/SVG/Attribute/fill-rule
/en-US/docs/SVG/Attribute/filter /en-US/docs/Web/SVG/Attribute/filter
/en-US/docs/SVG/Attribute/filterRes /en-US/docs/Web/SVG/Attribute/filterRes
/en-US/docs/SVG/Attribute/filterUnits /en-US/docs/Web/SVG/Attribute/filterUnits
/en-US/docs/SVG/Attribute/flood-color /en-US/docs/Web/SVG/Attribute/flood-color
/en-US/docs/SVG/Attribute/flood-opacity /en-US/docs/Web/SVG/Attribute/flood-opacity
Expand Down
10 changes: 0 additions & 10 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -124398,16 +124398,6 @@
"Jeremie"
]
},
"Web/SVG/Attribute/filterRes": {
"modified": "2020-10-15T21:19:12.262Z",
"contributors": [
"bershanskiy",
"Sebastianz",
"ExE-Boss",
"jpmedley",
"Jeremie"
]
},
"Web/SVG/Attribute/filterUnits": {
"modified": "2020-10-15T21:08:01.201Z",
"contributors": ["Sebastianz", "Jeremie"]
Expand Down
9 changes: 0 additions & 9 deletions files/en-us/web/api/svgfilterelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ The **`SVGFilterElement`** interface provides access to the properties of {{SVGE
- : An {{domxref("SVGAnimatedLength")}} that corresponds to the {{SVGAttr("width")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.height")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} that corresponds to the {{SVGAttr("height")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.filterResX")}} {{ReadOnlyInline}} {{deprecated_inline}}
- : An {{domxref("SVGAnimatedInteger")}} that contains the X component of the {{SVGAttr("filterRes")}} attribute of the given {{SVGElement("filter")}} element.
- {{domxref("SVGFilterElement.filterResY")}} {{ReadOnlyInline}} {{deprecated_inline}}
- : An {{domxref("SVGAnimatedInteger")}} that contains the Y component of the {{SVGAttr("filterRes")}} attribute of the given {{SVGElement("filter")}} element.

## Instance methods

- {{domxref("SVGFilterElement.setFilterRes()")}} {{deprecated_inline}}
- : Sets the values of the {{SVGAttr("filterRes")}} attribute.

## Specifications

Expand Down
56 changes: 0 additions & 56 deletions files/en-us/web/svg/attribute/filterres/index.md

This file was deleted.

1 change: 0 additions & 1 deletion files/en-us/web/svg/attribute/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Below is a list of all of the attributes available in SVG along with links to re
- {{SVGAttr("fill-opacity")}}
- {{SVGAttr("fill-rule")}}
- {{SVGAttr("filter")}}
- {{SVGAttr("filterRes")}}
- {{SVGAttr("filterUnits")}}
- {{SVGAttr("flood-color")}}
- {{SVGAttr("flood-opacity")}}
Expand Down
1 change: 0 additions & 1 deletion files/en-us/web/svg/element/filter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The **`<filter>`** [SVG](/en-US/docs/Web/SVG) element defines a custom filter ef
- {{SVGAttr("y")}}
- {{SVGAttr("width")}}
- {{SVGAttr("height")}}
- {{SVGAttr("filterRes")}} {{Deprecated_Inline}}
- {{SVGAttr("filterUnits")}}
- {{SVGAttr("primitiveUnits")}}
- {{SVGAttr("xlink:href")}} {{deprecated_inline}}
Expand Down
1 change: 0 additions & 1 deletion files/jsondata/SVGData.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@
"'y'",
"'width'",
"'height'",
"'filterRes'",
"'filterUnits'",
"'primitiveUnits'",
"'xlink:href'"
Expand Down

0 comments on commit 25da2a3

Please sign in to comment.