Re: does the systemLanguage attribute apply to tspan? alternatively does the switch element take x & y coordinates?

On 3/13/07 8:17 PM, Doug Schepers wrote:
>> alternatively does the switch element take x & y coordinates?  ie 
>> <switch x="130" y="65">
> 
> No, but it does allow the 'transform' attribute.  The following doesn't 
> seem to be supported in FF1.5, though it does work in Opera9 and ASV3:
> 
>    <switch transform='translate(130,250)'>
>       <text systemLanguage="it">giochi</text>
>       <text systemLanguage="fr">jeux</text>
>       <text systemLanguage="es">juegos</text>
>       <text systemLanguage="de">spiele</text>
>       <text>games</text>
>    </switch>

That has been fixed on Firefox trunk for a while now (bug 367796).

Received on Wednesday, 14 March 2007 16:57:32 UTC