[svgwg] The ability to reference SVG graphics in a filter (#887)

scottkellum has just created a new issue for https://github.com/w3c/svgwg:

== The ability to reference SVG graphics in a filter ==
I would like the ability to reference a graphic to use within an SVG filter. For example, a repeating star pattern that can be applied to text effects, or a gradient to be used as a displacement. Currently the only way I can think to do this is by using [feImage](https://www.w3.org/TR/SVG11/filters.html#feImageElement). Maybe having a place for vector paths to be stored in `<defs>` similar to how [linearGradient](https://svgwg.org/svg2-draft/pservers.html#LinearGradients) works, with the addition of a method to pull those definitions into a filter for use.

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/887 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 8 June 2022 21:18:41 UTC