<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SVG feBlend With in2 from a resized feImage result linking to an embedded SVG document not specifying viewBox rendered wrong"
   href="https://bugs.webkit.org/show_bug.cgi?id=150258">150258</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>SVG feBlend With in2 from a resized feImage result linking to an embedded SVG document not specifying viewBox rendered wrong
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Local Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>SVG
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>agomez&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>zimmermann&#64;kde.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=263334" name="attach_263334" title="Screenshot of the issue.">attachment 263334</a> <a href="attachment.cgi?id=263334&amp;action=edit" title="Screenshot of the issue.">[details]</a></span>
Screenshot of the issue.

Reproduced with WebKitGTK+ 2.10.0 and with Safari 7.1 on OS X Mavericks.

Steps to reproduce the problem:
===============================

Open the URL:
<a href="https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-feImage-resized-tests.html">https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-feImage-resized-tests.html</a>


What is the expected behavior?
==============================

All the SVGs are shown as the included PNG as reference


What went wrong?
================

The feImage in the SVG documents explicits values for x=0, y=0, width=172.8%, height=172.8%, which is the same value than the embedded document's height.

Only the SVG in which the embedded SVG document specifies a &quot;viewBox&quot; with values &quot;0 0 &lt;SVGWidth&gt; &lt;SVGHeight&gt;&quot; which, AFAIK, are the default values for the viewBox, is rendered correctly.

The SVG in which the viewBox is not provided for the embedded SVG document is not displayed properly since it is not scaled.</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>