Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Jan 6, 2025
1 parent 2c78937 commit 0e17c4b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions files/en-us/web/api/svgfilterelement/filterunits/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ console.log(filterElement.filterUnits.baseVal); // Output: 1 (SVG_UNIT_TYPE_USER
## Browser compatibility

{{Compat}}

## See also

- {{domxref("SVGFilterElement.primitiveUnits")}}
- {{domxref("SVGUnitTypes")}}
- [SVG filter primitive attributes](/en-US/docs/Web/SVG/Attribute#filters_attributes)
2 changes: 1 addition & 1 deletion files/en-us/web/api/svgfilterelement/height/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ console.log(verticalSize.baseVal.value); // the `height` value
## See also

- [SVG tutorial: Filter effects](/en-US/docs/Web/SVG/Tutorial/Filter_effects)
- [SVG Filter primitive attributes](/en-US/docs/Web/SVG/Attribute#filters_attributes)
- [SVG filter primitive attributes](/en-US/docs/Web/SVG/Attribute#filters_attributes)
- CSS {{cssxref("blend-mode")}} data type
- CSS {{cssxref("mix-blend-mode")}} property
4 changes: 4 additions & 0 deletions files/en-us/web/api/svgfilterelement/href/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ console.log(filterElement.href.baseVal); // Output: "#myFilter"
## Browser compatibility

{{Compat}}

## See also

- SVG {{SVGAttr("href")}} attribute
4 changes: 4 additions & 0 deletions files/en-us/web/api/svgfilterelement/primitiveunits/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ console.log(filterElement.primitiveUnits.baseVal); // Output: 1 (SVG_UNIT_TYPE_U
## Browser compatibility

{{Compat}}

## See also

- {{domxref("SVGFilterElement.filterUnits")}}

0 comments on commit 0e17c4b

Please sign in to comment.