Changes between Version 16 and Version 17 of FRAME_FILLING_PATTERN_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v16 v17  
    1010When the fill style is "pattern", the background of the frame or the page becomes another image which may be repeated.   
    1111 
     12This iteration only requires selecting an image and repeating it. 
     13 
     14In future iterations of this task, it would be nice to allow pattern rotation, resizing, and offset as well as selecting an image through drag and drop. 
     15 
    1216== Task requirements == 
    1317 
     
    1721 * Pattern fill must support general fill opacity. 
    1822 * The pattern settings window has the following elements: 
    19   * A drop box, where an image can be dragged from the resources. This image becomes the pattern; dragging a second image onto the drop box changes the pattern to the second image. 
    20   * Image x- and y-offset fields: these can either be in percent or in points, default being 0; these values can be negative. The image is moved right and down from the top left corner of the frame by the value of the offset.  
     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. 
    2124  * 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. 
    2225  * An "Okay" button: when this is clicked, the pattern settings window is closed. 
     
    4952 
    5053= Comments = 
    51  * It would be nice to be able to rotate the image used for the pattern (this was in Sophie 1). 
    52  * It would be nice to be able to resize the image used for the pattern, proportionately as well as disproportionately (this was in Sophie 1).  
     54 
     55 
     56FRAME_FILLING_PATTERN_R0