NEW 150258
SVG feBlend With in2 from a resized feImage result linking to an embedded SVG document not specifying viewBox rendered wrong
https://bugs.webkit.org/show_bug.cgi?id=150258
Summary SVG feBlend With in2 from a resized feImage result linking to an embedded SVG...
Andres Gomez Garcia
Reported 2015-10-16 14:49:03 PDT
Created attachment 263334 [details] 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: https://rawgit.com/tanty/design-hodgepodge/master/svg/filter/feBlend-feImage-resized-tests.html 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 "viewBox" with values "0 0 <SVGWidth> <SVGHeight>" 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.
Attachments
Screenshot of the issue. (133.65 KB, image/png)
2015-10-16 14:49 PDT, Andres Gomez Garcia
no flags
Andres Gomez Garcia
Comment 1 2015-10-16 15:14:52 PDT
Note You need to log in before you can comment on or make changes to this bug.