[Webkit-unassigned] [Bug 22986] New: Loading external SVG using <image> doesn't have transparent background

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 24 14:56:37 PST 2008


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

           Summary: Loading external SVG using <image> doesn't have
                    transparent background
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dustin at medioh.com


If you load an external SVG into you new SVG file like so,
<image id="cloud_image" xlink:href="/svg/weather/cloudy.svg" width="200"
height="200" x="0" y="0"/>

Then the background of the external SVG will be white, not transparent like it
should be. However I've noticed if I remove the width, height, and viewbox
attributes from the external SVG file, the background will become transparent
but of course sizing wil not be correct. Thus it makes layering multiple SVG
images ontop of one another every difficult because they would all have to be
contained within one file.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list