Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.
  
 
    
      Operator Script
    
    
        Run the test. No interaction required.
      
   
  
    Pass Criteria
  
  
        The test is passed if:
      
        - 
          In the word "ROTATE", each of the letters "ROTA" is rotated 10
          degrees more than the previous letter, with the first letter being
          rotated at 0 degrees. The letters "TE" have the same 30 degree rotation.
        
- 
          The first 5 letters in the word "MultiXY" are shifted in the x and y
          by 20 pixels more (in user space) than the previous letter, with the
          first letter beginning at coordinate 240, 60. The letters 'X' and 'Y'
          will have the same y coordinate as the letter 'i' in "Multi".
        
- 
          The first 10 letters (including the space) in the word "Both Together"
          are rotated and shifted. Each of the rotated letters is rotated -10
          degrees more than the previous letter, with the first letter being
          rotated a 0 degrees. Subsequent letters after the first 10 rotated at
          -90 degrees. Each of the shifted letters is shifted by 20 pixels more
          than the previous letter in the x direction and -10 pixels more than
          the previous letter in the y direction, with the first letter
          beginning at the coordinate 10, 300. Subsequent letters after the
          first 10 will have the same y coordinate as the letter 't' is
          "Together".
        
 
  
    Test Description
  
  
        Tests multiple x, y, rotate, with various combinations. Since an
        array of values is given, each glyph must use the value from the
        corresponding character in the list. In this test, there are less values
        in the array than there are characters.