<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<!--======================================================================-->
<!--=  Copyright 2000 World Wide Web Consortium, (Massachusetts          =-->
<!--=  Institute of Technology, Institut National de Recherche en        =-->
<!--=  Informatique et en Automatique, Keio University). All Rights      =-->
<!--=  Reserved. See http://www.w3.org/Consortium/Legal/.                =-->
<!--======================================================================-->
<!-- ===================================================================== -->
<!--                                                                       -->
<!-- text-i18n-BE-09.svg                                                   -->
<!--                                                                       -->
<!-- Test various aspects of internationalized text, including             -->
<!-- left-to-right, right-to-left, top-to-bottom, and the                  -->
<!-- following properties: 'writing-mode',                                 -->
<!-- 'glyph-orientation-vertical', 'glyph-orientation-horizontal',         -->
<!-- 'direction' and 'unicode-bidi'.                                       -->
<!--                                                                       -->
<!-- Author : Jon Ferraiolo 06-Aug-2000                                    -->
<!--                                                                       -->
<!-- History:                                                              -->
<!--  06-Aug-2000, JF: Serial#1 created.                                   -->
<!--  19-Aug-2000, LH: fix missing </g>.                                   -->
<!--                                                                       -->
<!-- ===================================================================== -->
<!--======================================================================-->
<!--= Note. After October 2000, revision history is kept as CVS 'commit' =-->
<!--= log messages, and therefore is no longer in the preceding preamble.=-->
<!--======================================================================-->
<svg xmlns="http://www.w3.org/2000/svg"
      xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="450"
     height="450">
  <title id="test-title">text-i18n-BE-09</title>
  <desc id="test-desc">Test various aspects of internationalized text,
    including left-to-right, right-to-left, top-to-bottom, and the following
    properties: 'writing-mode', 'glyph-orientation-vertical',
    'glyph-orientation-horizontal', 'direction' and 'unicode-bidi'.</desc>
  <!--======================================================================-->
  <!--Content of Test Case follows...                  =====================-->
  <!--======================================================================-->
  <g id="test-body-content">
    <text font-family="Helvetica" font-size="12" fill="red" x="10"
      y="20">Test combinations of left-to-right and right-to-left text.
    </text>
    <g font-size="24" font-family="'LucidaSansUnicode','MS-Gothic'">
      <text x="10" y="60">Polish: Mogę jeść szkło, i mi nie szkodzi.
      </text>
      <text x="10" y="90">Russian: Я могу есть стекло, это
        мне не вредит.
      </text>
      <text x="10" y="120" font-size="24">Greek: Μπορώ να φάω
        σπασμένα γυαλιά χωρίς να πάθω τίποτα.
      </text>
      <text x="10" y="150">Text "אני יכול לאכול זכוכית
        וזה לא מזיק לי" is in Hebrew
      </text>
      <text x="10" y="180">Yiddish: איך קען עסן גלאָז און
        עס טוט מיר נישט װײ.
      </text>
    </g>
    <g font-size="24" font-family="'MS-Gothic','LucidaSansUnicode'">
      <text x="10" y="210">Chinese: 我能吞下玻璃而不伤身体。
      </text>
      <text x="10" y="240" font-size="24">Japanese:
        私はガラスを食べられます。それは私を傷つけません。
      </text>
    </g>
    <text font-family="Helvetica" font-size="12" fill="red" x="10"
      y="280">unicode-bidi:bidi-override. First, direction:ltr, then
      direction:rtl.
    </text>
    <g font-size="24" font-family="'LucidaSansUnicode','MS-Gothic'">
      <text x="10" y="320" unicode-bidi="bidi-override" direction="ltr">Text
        "אני יכול לאכול זכוכית וזה לא מזיק לי"
        is in Hebrew
      </text>
      <text x="10" y="350" unicode-bidi="bidi-override" direction="rtl">Text
        "אני יכול לאכול זכוכית וזה לא מזיק לי"
        is in Hebrew
      </text>
    </g>
  </g>
  <!--======================================================================-->
  <!--Legend and frame:      Title, suite and SVG document serialization====-->
  <!--======================================================================-->
  <g id="test-legend" fill="black" font-family="Helvetica" font-size="10">
    <rect x="10" y="390" width="275" height="50" fill="none"
          stroke="#000000"/>
    <path fill="none" stroke="#000000"
          d="M10 405 h275 M205 405 v35 M10 426 h195 M205 422 h80"/>
    <text x="25" y="401">Scalable Vector Graphics (SVG) Conformance Suite
    </text>
    <a xlink:href="copyright-documents-19990405.html">
      <text x="12" y="437" fill="blue">Copyright 2000 W3C All Rights Reserved
      </text>
    </a>
    <text font-size="12" x="35" y="420">text-i18n-BE-09
    </text>
    <text font-size="10" x="210" y="417">$Revision 1.8 $
    </text>
    <text font-size="10" x="210" y="435">Release 3.0
    </text>
    <rect id="test-frame" x="1" y="1" width="720" height="448" fill="none"
          stroke="#000000"/>
  </g>
</svg>

