[Webkit-unassigned] [Bug 99677] New: When using SVG as an image, we should allow datauri images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 21:07:34 PDT 2012


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

           Summary: When using SVG as an image, we should allow datauri
                    images
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com
                CC: zimmermann at kde.org


Consider an html page with:
<img src="leaves.svg"></img>

where leaves.svg is:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <image x="20" y="20" width="30px" height="30px" xlink:href="data:image/png;base64,[a bunch of base64 data here]"/>
</svg>

We currently do not support this (likely for security reasons for linking to external files from the embedded SVG) but we should support this usecase.

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