[Webkit-unassigned] [Bug 32307] New: Embedded svg with object tag don't work in offline (HTML5) mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 00:23:31 PST 2009


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

           Summary: Embedded svg with object tag don't work in offline
                    (HTML5) mode
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: benoit at koralewski.fr


An html file including a svg file in an object tag, a manifest with the two
files.

index.html :
--------------------------------------------------------------
!DOCTYPE html>
<html manifest = "test.manifest">
<body>
<object data="foo.svg" type="image/svg+xml" ></object>
</body>
</html>


foo.svg :
--------------------------------------------------------------
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
      <circle id="myCircle"
              cx="100" cy="75" r="50"
              fill="blue"
              stroke="firebrick"
              stroke-width="3" />
      <text x="60" y="155">Hello World</text>
</svg>

test.manifest :
--------------------------------------------------------------
CACHE MANIFEST
index.html
foo.svg

In offline mode the svg don't appear !

Ps: it works in firefox

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