Skip to content

Make filters::render() take a FilterSpec instead of resolving filters and primitives itself

This finally lets the caller resolve all <filter> elements and primitives by itself, and pass a FilterSpec that is ready to render down to filters::render().

This should make it possible to implement the high-level filter functions in SVG2.

Merge request reports