[Webkit-unassigned] [Bug 100269] New: SVG filters don't initially work for SVG in <img>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 11:05:26 PDT 2012


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

           Summary: SVG filters don't initially work for SVG in <img>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.voormedia.nl/blog/2012/10/creating-svg-vect
                    or-graphics-for-maximum-browser-compatibility/svg-brow
                    ser-test
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: zimmermann at kde.org,
                    webkit-bug-importer at group.apple.com,
                    timothy_horton at apple.com


http://www.voormedia.nl/blog/2012/10/creating-svg-vector-graphics-for-maximum-browser-compatibility/svg-browser-test claims to show that WebKit has crappy SVG support. It uses <img src="foo.svg"> to test various SVG filters, but we have a bug where we don't render filters correctly in the SVGImage case, so we appear to not support filters.

Oddly enough if you load the target SVG file, like <http://www.voormedia.nl/blog/2012/10/creating-svg-vector-graphics-for-maximum-browser-compatibility/images/dropshadow-de0ba3e8.svg>, and then load the test page again, the filters show up!

Seem like SVGImage cacheing suck.

-- 
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