Javascript – Why does this SVG filter not work in a canvas context using Chrome?
I have a SVG filter saved in a file hosted on the same website as the canvas. The canvas attempts to use that filter to draw a filtered image, but the original image is rendered instead, ignoring the filter. The…