bella       01/06/12 17:48:36

  Modified:    samples/tests textLayout2.svg
  Log:
  added test of x/y coordinate lists on a text element
  
  Revision  Changes    Path
  1.2       +8 -2      xml-batik/samples/tests/textLayout2.svg
  
  Index: textLayout2.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/tests/textLayout2.svg,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- textLayout2.svg   2001/02/27 13:09:12     1.1
  +++ textLayout2.svg   2001/06/13 00:48:35     1.2
  @@ -14,7 +14,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author [EMAIL PROTECTED]                                      -->
  -<!-- @version $Id: textLayout2.svg,v 1.1 2001/02/27 13:09:12 billh Exp $            
                                                 -->
  +<!-- @version $Id: textLayout2.svg,v 1.2 2001/06/13 00:48:35 bella Exp $            
                                                 -->
   <!-- ========================================================================= -->
   <?xml-stylesheet type="text/css" href="test.css" ?>
   <svg width="450" height="500" viewBox="0 0 450 500">
  @@ -65,9 +65,15 @@
           <tspan x="100" y="300">lines via &lt;tspan&gt; elements.</tspan>
           </text>
   
  -        <text text-anchor="start" fill="blue" font-size="4%" 
transform="translate(175, 390)">
  +        <text text-anchor="start" fill="blue" font-size="4%" 
transform="translate(70, 390)">
           <tspan x="0 10 25 50 75 90 100 90 75 50 25 10 0" 
            y="0 -25 -40 -50 -40 -25 0 25 40 50 40 25 10 0">Text-circle.</tspan>
  +        </text>
  +
  +        <text fill="green" font-size="4%" transform="translate(250, 350)"
  +            x="0 20 40 60 80 80 80 80 80 60 40 20 0 0 0 0" 
  +            y="0 0 0 0 0 20 40 60 80 80 80 80 80 60 40 20">
  +            Text-in-a-square
           </text>
   
       </g>
  
  
  

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

Reply via email to