- From: ~:'' ありがとうございました。 <j.chetwynd@btinternet.com>
- Date: Wed, 18 Jul 2007 13:06:50 +0100
- To: SVG List <www-svg@w3.org>
scale issue: <use> symbol & XMLHttpRequest
thanks Jeff ~:"
this was a scale issue, could not see the SVG but it was there...
<use> does work as one svg document is within the other.
regards
Jonathan Chetwynd
On 17 Jul 2007, at 21:23, ~:'' ありがとうございました。
wrote:
oops: wrong attachment ~:"
Is it either possible or intended that XMLHttpRequest can return a
reference to a local symbol?
attached one possible method that fails to work for me...
I've also tried <use> with symbols in the SVG returned without success.
cheers
Jonathan Chetwynd
printf("<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>
<svg xmlns=\"http://www.w3.org/2000/svg\"
xmlns:xlink=\"http://www.w3.org/1999/xlink\">
<a xlink:href='%s'><use xlink:href=\"#cloud\" x=\"0\" y=\"5\" width=
\"15%\" height=\"30%\" />
<text x=\"130\" y=\"65\">%s</text></a>
</svg>",trim($this->link),htmlspecialchars(trim($this->title)));
break;
Received on Wednesday, 18 July 2007 12:07:07 UTC