Fabric.js: How to use predefined SVG filters?
问题 I have a lot of SVG images, with filter-animations defined inside of them. To describe the problem I made jsFiddle: http://jsfiddle.net/kinos/3vhtmsy5/47/ You can see there inline SVG, which is blinking with red alarm filter and fabric.js canvas with loaded SVG without blinking. HTML (Inline SVG takes too much place to add it here): <div id="svg"></div> <canvas id="nativeCanvas"></canvas> Javascript: var canvas = new fabric.Canvas('nativeCanvas', {width: 1000, height: 600}); fabric