[Webkit-unassigned] [Bug 48462] New: SVG content gets opaque white background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 13:44:02 PDT 2010


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

           Summary: SVG content gets opaque white background
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkorourk at adobe.com
                CC: zimmermann at kde.org, mdelaney at apple.com


Created an attachment (id=72079)
 --> (https://bugs.webkit.org/attachment.cgi?id=72079&action=review)
Content referenced by example HTML files

When SVG content is brought into HTML via the <object> or <embed> tags the unpainted background of the SVG content is rendered as opaque white.

When SVG content in brought into HTML via the <img> tag the unpainted background of the SVG content is rendered as transparent.

It seems that the <img> tag behaviour is far more useful for compositing content and the correct model for SVG content.

Using the <img> tag is undesirable as it seems to treat the SVG content as an image and then text selection and links in text do not work. These do work when the content is brought in with <object> or <embed> but then the opaque white background limits the usefulness of SVG content.

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