context-filter-polyfill
Polyfills
CanvasRenderingContext2d.prototype.filter
and
OffscreenCanvasRenderingContext2D.prototype.filter
capability of adopting CSS3 filters to canvas contexts at least
partially.
Right now
only WebKit
misses an implementation (Bugzilla #198416)
all engines support it natively, despite Safari not having shipped it
yet in the stable release channel.
This example will show the polyfilled filters on the left and the
untouched native implementation on the right.
So in this case here, you're using , which
polyfilled.