Skip to content

Remove usage of the filtered node's ComputedValues from the filters code

By creating the StrokePaint/FillPaint paint sources outside the filters code, and reading the filters spec more carefully, it turns out that the ComputedValues for the element being filtered are not needed inside the filters code.

Merge request reports