SVG <cambiar> Elemento

Sintaxis:

<switch attribute="" >
    <child 1>
    <child 2>
    <child 3>
    <child n>
</switch>

Atributos:

  • Atributos globales: algunos atributos globales utilizados como atributos centrales y atributos de estilo, etc.

html

<!DOCTYPE html>
<html>
 
<body>
    <svg viewBox="0 -20 100 50">
        <switch>
            <text systemLanguage="en-us">
                US English
            </text>
             
            <text systemLanguage="en-au">
                Australian English
            </text>
             
            <text systemLanguage="en">
                Global English
            </text>
             
            <text systemLanguage="es">
                Spanish | Espanol
            </text>
        </switch>
    </svg>
</body>
 
</html>

Producción:

Navegadores compatibles: los siguientes navegadores son compatibles con este elemento SVG:

  • Chrome 1 y superior
  • Borde 12 y superior
  • Firefox 4 y superior
  • Safari 3.1 y superior
  • Internet Explorer 9 y superior
  • Ópera 8 y superior

Publicación traducida automáticamente

Artículo escrito por taran910 y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *