Skip to content

[fx-filter-effects] Behavior of feTile is incompatible between browsers #2131

@smfr

Description

@smfr

The rendering of feTile, when the top left tile is partially outside the filter region is not compatible between browsers, and I don't think the spec is clear enough about how it should work.

See:
https://codepen.io/smfr/pen/gowEox

WebKit and Firefox repeat the tile with the size after clipping the top left corner tile.
Blink repeats with the tile size of the input (but the clipping is apparent in the repeated tiles).

I think neither reflect the intent of the spec, which I suspect is to repeat the source in its unclipped form.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions