Skip to content

Commit 592bea2

Browse files
digitalfuJosh-Cena
andauthored
docs[canvasrenderingcontext2d]: fix typo in filter url description (#35467)
* docs[canvasrenderingcontext2d]: fix typo in filter url description Fixed typo of "IRI" to "URL" updated list of whats valid (i.e. Ids, external xml path, data encoded SVG) * Update files/en-us/web/api/canvasrenderingcontext2d/filter/index.md * Update files/en-us/web/api/canvasrenderingcontext2d/filter/index.md --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
1 parent 5178e1e commit 592bea2

File tree

1 file changed

+2
-2
lines changed
  • files/en-us/web/api/canvasrenderingcontext2d/filter

1 file changed

+2
-2
lines changed

files/en-us/web/api/canvasrenderingcontext2d/filter/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The `filter` property accepts a value of `"none"` or one or more
1919
of the following filter functions in a string.
2020

2121
- [`url()`](/en-US/docs/Web/CSS/url_function)
22-
- : A CSS {{cssxref("url_function", "url()")}}. Takes an IRI pointing to an SVG filter element,
23-
which may be embedded in an external XML file.
22+
- : A CSS {{cssxref("url_function", "url()")}}. Takes any URL that resolves to SVG filter element.
23+
This can be the ID of an element, a path to external XML file, or even a data encoded SVG value.
2424
- [`blur()`](/en-US/docs/Web/CSS/filter-function/blur)
2525
- : A CSS {{cssxref("&lt;length&gt;")}}. Applies a Gaussian blur to the drawing. It
2626
defines the value of the standard deviation to the Gaussian function, i.e., how many

0 commit comments

Comments
 (0)