Hello all,
 
I'm trying to put a svg image in a tiles result, but it seems that it
don't work...

I've changed the html tag :
<html xmlns:svg="http://www.w3.org/2000/svg";>

And I have tried 2 examples. 
 
Example 1:

<svg xmlns="http://www.w3.org/2000/svg"; version="1.1" width="400"
height="300">
<rect x="50" y="50" rx="5" ry="5" width="300" height="100"
style="fill:#CCCCFF;stroke:#000099"/>
<text x="55" y="90" style="stroke:#000099;fill:#000099;font-size:24;">
HELLO cher visiteur </text>
</svg>

Example2 :
<svg:svg width="300" height="100" version="1.1" >
<svg:circle cx="100" cy="50" r="40" stroke="black"
stroke-width="2" fill="red" />
</svg:svg>

With the Example 1, the svg is not interpreted. 
With the Example 2, the svg is not interpreted and there is some errors
(displayed since <s:head theme="ajax" debug="true" /> ) :

DEBUG:  DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "svg" in "svg.widget" registered to
namespace "svg". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG:  dojo.widget.Parse: error:[object Error]
DEBUG:  DEPRECATED: dojo.widget.Manager.getImplementationName Could not
locate widget implementation for "circle" in "svg.widget" registered to
namespace "svg". Developers must specify correct namespaces for all
non-Dojo widgets -- will be removed in version: 0.5
DEBUG:  dojo.widget.Parse: error:[object Error]

Is somebody can help me ?

Julien


This e-mail, any attachments and the information contained therein ("this 
message") are confidential and intended solely for the use of the addressee(s). 
If you have received this message in error please send it back to the sender 
and delete it. Unauthorized publication, use, dissemination or disclosure of 
this message, either in whole or in part is strictly prohibited.
********************************************************************** 
Ce message electronique et tous les fichiers joints ainsi que  les informations 
contenues dans ce message ( ci apres "le message" ), sont confidentiels et 
destines exclusivement a l'usage de la  personne a laquelle ils sont adresses. 
Si vous avez recu ce message par erreur, merci  de le renvoyer a son emetteur 
et de le detruire. Toutes diffusion, publication, totale ou partielle ou 
divulgation sous quelque forme que se soit non expressement autorisees de ce 
message, sont interdites.
********************************************************************** 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to