keiron      2002/07/18 03:10:26

  Modified:    test/resources/fop/svg text.svg
  Log:
  added a few more text tests
  
  Revision  Changes    Path
  1.4       +12 -0     xml-fop/test/resources/fop/svg/text.svg
  
  Index: text.svg
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/resources/fop/svg/text.svg,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- text.svg  21 Jun 2002 15:17:36 -0000      1.3
  +++ text.svg  18 Jul 2002 10:10:26 -0000      1.4
  @@ -113,6 +113,18 @@
     <text x="15" y="310" font-family="FOPFont" font-size="12">FOP in FOPfont</text>
   </g>
   
  +  <text x="130" y="80" writing-mode="tb" font-size="12">vertical</text>
  +  <text x="140" y="80" writing-mode="tb" glyph-orientation-vertical="0deg" 
font-size="12">vertical</text>
  +  <text x="150" y="80" glyph-orientation-horizontal="90deg" 
font-size="12">orientated text</text>
  +
  +  <text x="150" y="95" font-stretch="narrower" font-size="12">stretched font</text>
  +
  +  <text x="150" y="110" letter-spacing="5" font-size="12">spaced letters</text>
  +
  +  <text x="150" y="125" word-spacing="3pt" font-size="12">spaced words</text>
  +
  +
  +
     <!-- empty element -->
     <text/>
   </g>
  
  
  

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

Reply via email to