conditions-09.svg 243 B

1234567
  1. <svg xmlns="http://www.w3.org/2000/svg" width="400" height="100">
  2. <text x="10" y="20">
  3. <tspan systemLanguage="xx" fill="red">This text shouldn't display.</tspan>
  4. <tspan fill="green">This text should display.</tspan>
  5. </text>
  6. </svg>