Bug 14605 - SVG <use>'d inside another SVG displaced
Summary: SVG <use>'d inside another SVG displaced
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.peepo.co.uk/temp/svg-XHR.svg
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-13 09:35 PDT by jay
Modified: 2007-07-14 16:40 PDT (History)
0 users

See Also:


Attachments
test case (1.09 KB, image/svg+xml)
2007-07-14 02:01 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jay 2007-07-13 09:35:36 PDT
the grey circle is displaced when compared to Opera or Mozilla.

Opera and Mozilla appear the same.

the grey circle is fetched using XMLHttpRequest
Comment 1 Alexey Proskuryakov 2007-07-14 02:01:28 PDT
Created attachment 15513 [details]
test case
Comment 2 Alexey Proskuryakov 2007-07-14 02:03:07 PDT
Confirming as a difference with Firefox/Opera. This is not related to XMLHttpRequest, in fact.
Comment 3 Nikolas Zimmermann 2007-07-14 16:40:50 PDT
Hi jay,

I don't get your testcase - you are appending to a <use> element??
That behaviour is totally undefined - I agree there's a difference
between Opera and us, and just shows our error processing should
be more strict :-)
<use> is only intented to reference elements, not to have children.

Greetings,
Niko