Changes between Version 19 and Version 20 of FRAME_FILLING_PATTERN_R0


Ignore:
Timestamp:
05/28/09 15:20:18 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v19 v20  
    88== Overview == 
    99 
    10 When the fill style is "pattern", the background of the frame or the page becomes another image which may be repeated.   
     10When the fill style is "pattern", the background of the frame or the page becomes another image which is repeated. This revision only requires selecting an image and repeating it. 
    1111 
    12 This revision only requires selecting an image and repeating it. 
    13  
    14 In future revisions of this task, it would be nice to allow pattern rotation, resizing, and offset as well as selecting an image through drag and drop. 
     12In future revisions of this task, it would be nice to allow pattern rotation, resizing, and offset as well as selecting an image through drag and drop; because of these settings it will be necessary to have a pattern settings window. 
    1513 
    1614== Task requirements == 
     
    1816 * If the user chooses the PATTERN fill type in the frame or page background & border HUD, a "pattern settings" button should be shown instead of the color square.  
    1917 * The default pattern fill is empty. 
    20  * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.   
    21  * Pattern fill must support general fill opacity. 
    22  * The pattern settings window has the following elements: 
    23   * A select image button. Clicking this brings up a file dialogue prompting the user to select an image for the pattern. Clicking this when a pattern has already been set replaces the images with a new one. 
    24   * A "repeat" checkbox. If this is checked and the image is smaller than the frame, the image repeats. If it is not checked, the image does not repeat. Default is to repeat. 
    25   * An "Okay" button: when this is clicked, the pattern settings window is closed. 
     18 * When the pattern settings button is clicked, it brings up a file dialogue prompting the user to select an image for the pattern. Clicking this when a pattern has already been set replaces the images with a new one. 
    2619 
    2720== Task result ==