[Webkit-unassigned] [Bug 15131] New: xlinks in inline SVG don't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 20:51:06 PDT 2007


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

           Summary: xlinks in inline SVG don't work
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh Intel
               URL: http://elliottcable.com/test/svg_test.old.xhtml
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugs.webkit.org at elliottcable.com


While xlink-namespace hrefs work in svg documents, they don't work in
svg-embedded-in-xhtml documents. Example:
<svg width="300" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="http://www.w3.org">
<ellipse cx="150" cy="100" rx="70" ry="50" fill="red"/>
</a>
</svg>

This will work when saved in an SVG file alone, and rendered in WebKit; but it
will not work when embedded in an XHTML document and rendered in WebKit.

Expierenced in Safari 3 Beta, as well as nightly version 522.12.1, SVN revision
25328.


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