bella       01/07/04 22:55:58

  Modified:    samples/tests textBiDi.svg
  Log:
  added tests for mirror glyphs and embedded bidi
  
  Revision  Changes    Path
  1.4       +6 -3      xml-batik/samples/tests/textBiDi.svg
  
  Index: textBiDi.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/textBiDi.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- textBiDi.svg      2000/12/01 14:03:56     1.3
  +++ textBiDi.svg      2001/07/05 05:55:58     1.4
  @@ -14,7 +14,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                      -->
  -<!-- @version $Id: textBiDi.svg,v 1.3 2000/12/01 14:03:56 deweese Exp $             
                                                -->
  +<!-- @version $Id: textBiDi.svg,v 1.4 2001/07/05 05:55:58 bella Exp $               
                                              -->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="test.css" ?>
   
  @@ -26,8 +26,11 @@
       <g id="testContent">
           <text class="title" x="50%" y="10%" font-size="3%" text-anchor="middle" >
               BiDi Text / International Text</text>
  -        <text x="50%" y="25%" font-size="2.5%" text-anchor="middle">Some text goes 
<tspan fill="blue" direction="rtl" unicode-bidi="bidi-override">right to left</tspan>, 
other text goes left to right.</text>
  -        <text style="font-style:oblique;font-size:2%;text-anchor:middle" x="50%" 
y="30%">
  +        <text x="50%" y="25%" font-size="2.5%" text-anchor="middle">Some text goes 
<tspan fill="blue" direction="rtl" unicode-bidi="bidi-override">(right to 
left)</tspan>, other text goes (left to right).</text>
  +      
  +        <text x="50%" y="30%" font-size="2.5%" text-anchor="middle">Some <tspan 
fill="darkred" direction="rtl" unicode-bidi="embed">(embedded bidi)</tspan> 
text.</text>
  +     
  +      <text style="font-style:oblique;font-size:2%;text-anchor:middle" x="50%" 
y="35%">
                  Text selection allows visually discontiguous 
                  selections across bi-directional text.
           </text>
  
  
  

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

Reply via email to