<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>31514</bug_id>
          
          <creation_ts>2009-11-14 18:24:25 -0800</creation_ts>
          <short_desc>not implemented &apos;x&apos; and &apos;y&apos; attribute for tag &lt;use&gt;</short_desc>
          <delta_ts>2009-11-18 01:46:26 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>30342</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Konstantin Kokarev">nwtour</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>krit</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>163694</commentid>
    <comment_count>0</comment_count>
    <who name="Konstantin Kokarev">nwtour</who>
    <bug_when>2009-11-14 18:24:25 -0800</bug_when>
    <thetext>all &apos;used&apos; objects only with 0,0 coordinate

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

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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>163701</commentid>
    <comment_count>1</comment_count>
    <who name="Konstantin Kokarev">nwtour</who>
    <bug_when>2009-11-14 20:21:32 -0800</bug_when>
    <thetext>http://www.w3.org/TR/SVG11/images/struct/Use01.svg:

passed = rectangle in center, failed = top-left

-----------------------------

midori (webkitgtk) - failed
chromium (webkitgtk) - failed

arora (libqtwebkit) - passed
konqueror + webkitpart (libqtwebkit) - failed
qt demo browser (libqtwebkit) - passed

-----------------------------

firefox (gecko) - passed
epiphany (gecko) - passed
opera (opera) - passed
konqueror(khtml) - passed
qt demo svgviewer (libqtsvg) - passed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164488</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Schulze">krit</who>
    <bug_when>2009-11-18 01:02:35 -0800</bug_when>
    <thetext>x and y are implemented. It&apos;s a problem of system local, use LANG=&quot;C&quot; and you&apos;ll see that it works.

*** This bug has been marked as a duplicate of bug 30342 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>164499</commentid>
    <comment_count>3</comment_count>
    <who name="Konstantin Kokarev">nwtour</who>
    <bug_when>2009-11-18 01:46:26 -0800</bug_when>
    <thetext>It`s work. Thanks.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>