[Webkit-unassigned] [Bug 135336] New: base64-encoded SVG documents do not display embedded images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 28 04:01:22 PDT 2014


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

           Summary: base64-encoded SVG documents do not display embedded
                    images
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://svachon.com/
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at svachon.com
                CC: zimmermann at kde.org


http://svachon.com/webframes/examples.html

The non-vector-based images in the above link will not work in any WebKit browser, but they work everywhere else.

The SVG structure is a little different than anything you've probably encountered before. First, it is an SVG document containing base64 encoded <image>s. Second, that SVG document is then base64 encoded and embedded into an <image> within a parent SVG document. This was done to ensure that all CSS animations begin at exactly the same time, thereby preventing unsightly flickering.

The images will display in WebKit-based browsers if the document-level base64 encoding is skipped, however.

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