[Webkit-unassigned] [Bug 118893] Rendering offset for a circle with feBlend applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 01:42:14 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118893





--- Comment #3 from Mirela <mbudaes at adobe.com>  2013-07-19 01:42:10 PST ---
This is actually the svg code:

<svg  xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
    <circle id="r" cx="50" cy="50" r="40" fill="green"/>
    <filter id="B4">
      <feImage xlink:href="#r" result="I"/>
      <feBlend mode="screen" in="I" in2="SourceGraphic" result="main"/>
    </filter>
</defs>

<circle filter="url(#B4)" cx="50" cy="50" r="40" fill="red" />

</svg>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list