Changes between Version 2 and Version 3 of FRAME_FILLING_PATTERN_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v2 v3  
    1212== Task requirements == 
    1313 
    14  * If the user chooses the PATTERN filling type a "pattern settings" button should be shown instead of the color square.  
    15  
     14 * If the user chooses the PATTERN fill type a "pattern settings" button should be shown instead of the color square.  
    1615 * The default pattern fill is empty. 
    17  
    1816 * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.   
    19  
    20 * The pattern settings window has the following elements: 
    21  
    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. 
     17 * The pattern settings window has the following elements: 
     18  * 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. 
     19  * The image rotation field, a field where the author can enter a rotation percentage in degrees clockwise. Default is 0.  
     20  * Image width & height fields: these can either be in percent (default being 100%) or in points (default being the images size).  
     21  * A "lock" setting: if this is set, width and height change proportionately.  
     22  * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 
     23  * An "Okay" button: when this is clicked, the pattern settings window is closed. 
    2824  
    2925== Task result ==