<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG Filters do not support source images besides &quot;sourceGraphic&quot; and &quot;sourceAlpha&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=6022#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG Filters do not support source images besides &quot;sourceGraphic&quot; and &quot;sourceAlpha&quot;"
   href="https://bugs.webkit.org/show_bug.cgi?id=6022">bug 6022</a>
              from <span class="vcard"><a class="email" href="mailto:agomez&#64;igalia.com" title="Andres Gomez Garcia &lt;agomez&#64;igalia.com&gt;"> <span class="fn">Andres Gomez Garcia</span></a>
</span></b>
        <pre>Just adding a reference test, in case it is useful:
<a href="https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-backgroundimage-tests.html">https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-backgroundimage-tests.html</a>

Notice that for SVG 2 the &quot;enable-background&quot; is deprecated and the blending is governed by the isolation property:
<a href="http://dev.w3.org/fxtf/compositing-1/#isolation">http://dev.w3.org/fxtf/compositing-1/#isolation</a>

Also, notice that, if I'm understanding correctly how the isolation property works, when using a SVG filter we shouldn't worry about what it is behind the SVG document since the filter makes a mandatory isolated group:
<a href="https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG">https://drafts.fxtf.org/compositing-1/#csscompositingrules_SVG</a>

Similar issues from other web engines:
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=437554">https://bugzilla.mozilla.org/show_bug.cgi?id=437554</a>
<a href="https://code.google.com/p/chromium/issues/detail?id=137230">https://code.google.com/p/chromium/issues/detail?id=137230</a>
<a href="https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/10238658-implement-backgroundimage-backgroundalpha-input-so">https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/10238658-implement-backgroundimage-backgroundalpha-input-so</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>