[Webkit-unassigned] [Bug 31514] New: not implemented 'x' and 'y' attribute for tag <use>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 14 18:24:25 PST 2009


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

           Summary: not implemented 'x' and 'y' attribute for tag <use>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nwtour at anyline.ru


all 'used' objects only with 0,0 coordinate

example:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="10cm" height="3cm" viewBox="0 0 100 100" version="1.1" 
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs><rect id="test" width="10" height="10" /></defs>
  <use x="10" y="10" xlink:href="#test" />
  <use x="10" y="30" xlink:href="#test" />
  <use x="10" y="50" xlink:href="#test" />
</svg>

see also:
http://www.w3.org/TR/SVG11/struct.html#UseElement
example: http://www.w3.org/TR/SVG11/images/struct/Use01.svg
should be: http://www.w3.org/TR/SVG11/images/struct/Use01.png

linux, webkit night build (r50918), midori browser.

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