[Webkit-unassigned] [Bug 12186] New: Svg displayed as blank screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 18:12:21 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12186

           Summary: Svg displayed as blank screen
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tom at tmedhurst.me.uk


I have the following svg; which I place in an svg file and reference it form an
html file via object/embed tags.

SVG:

<svg width="2000" height="2000" viewBox="0 0 2000 2000"
     xmlns="http://www.w3.org/2000/svg" version="1.2" streamable="true">

    <pageSet>
        <page>
            <circle cx="300" cy="150" r="90" fill="red" stroke="black"
                    stroke-width="4" fill-opacity="0.7" />
        </page>
        <page>
            <circle cx="240" cy="250" r="90" fill="green" stroke="black"
                    stroke-width="4" fill-opacity="0.7" />
        </page>
        <page>
            <circle cx="360" cy="250" r="90" fill="blue" stroke="black"
                    stroke-width="4" fill-opacity="0.7" />
        </page>
    </pageSet>
</svg>

HTML:
<object data="test.svg" type="image/svg+xml"
        width="400" height="300">
    <embed src="test.svg" type="image/svg+xml"
            width="400" height="300" />
</object>


When the page is loaded in FireFox I see three circles; however when I load it
into WebKit; all I get is a blank screen.

Many Thanks

Tom Medhurst


-- 
Configure bugmail: http://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