Changes between Version 1 and Version 2 of FRAME_FILLING_PATTERN_R0


Ignore:
Timestamp:
05/25/09 21:33:49 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v1 v2  
    88== Overview == 
    99 
    10 The frame could be filled with repetiton of a particular pattern 
     10When the fill style is "pattern", the background of the frame becomes another image, possibly repeated and patterned 
    1111 
    1212== Task requirements == 
    1313 
    14  * If the user chooses the PATTERN filling type a pattern square should be shown instead of a color picker.  
     14 * If the user chooses the PATTERN filling type a "pattern settings" button should be shown instead of the color square.  
    1515 
    16  * Initially it is white. The user can chhose a pattern by drag and drop a image from the resources palette.   
     16 * The default pattern fill is empty. 
    1717 
    18  * The frame should be filled with repetition of this image.  
     18 * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.  
    1919 
    20  * The default option for filling is NONE. 
     20* The pattern settings window has the following elements: 
    2121 
    22  * If the user chooses different filling type or just different pattern the filling automaticly changes.  
     22 * 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. 
     23 * The image rotation field, a field where the author can enter a rotation percentage in degrees clockwise. Default is 0.  
     24 * Image width & height fields: these can either be in percent (default being 100%) or in points (default being the images size).  
     25 * A "lock" setting: if this is set, width and height change proportionately.  
     26 * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 
     27 * An "Okay" button: when this is clicked, the pattern settings window is closed. 
    2328  
    2429== Task result ==