Changes between Version 6 and Version 7 of FRAME_FILLING_PATTERN_R0


Ignore:
Timestamp:
05/27/09 18:25:56 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v6 v7  
    1414 * Author should be able to use any image in the resources as a pattern. 
    1515 * It should be possible to set the background of the page or any frame to a pattern. 
    16  * It should be possible to rotate the image used for the pattern. 
    17  * It should be possible to resize the image used for the pattern, proportionately as well as disproportionately.  
    1816 * It would be nice to set the offset for the image (less necessary) 
    1917 * It would be nice to change the opacity of the image used for the pattern (less necessary).  
     18 
     19 * If the user chooses the PATTERN fill type in the frame or page border & fill HUD, a "pattern settings" button should be shown instead of the color square.  
     20 * The default pattern fill is empty. 
     21 * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.   
     22 * The pattern settings window has the following elements: 
     23  * 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. 
     24  * 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.  
     25  * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 
     26  * An "Okay" button: when this is clicked, the pattern settings window is closed. 
    2027 
    2128== Task result == 
     
    2431== Implementation idea == 
    2532 
    26  * If the user chooses the PATTERN fill type in the frame or page border & fill HUD, a "pattern settings" button should be shown instead of the color square.  
    27  * The default pattern fill is empty. 
    28  * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.   
    29  * The pattern settings window has the following elements: 
    30   * 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. 
    31   * The image rotation field, a field where the author can enter a rotation percentage in degrees clockwise. Default is 0.  
    32   * Image width & height fields: these can either be in percent (default being 100%) or in points (default being the images size).  
    33   * A "lock" setting: if this is set, width and height change proportionately.  
    34   * 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.  
    35   * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 
    36   * An "Okay" button: when this is clicked, the pattern settings window is closed. 
    3733 
    3834== Related == 
     
    5652 
    5753= Comments = 
    58 ^(Write comments for this or later revisions here.) 
     54 * It should be possible to rotate the image used for the pattern. 
     55 * It should be possible to resize the image used for the pattern, proportionately as well as disproportionately.  
     56  * The image rotation field, a field where the author can enter a rotation percentage in degrees clockwise. Default is 0.  
     57  * Image width & height fields: these can either be in percent (default being 100%) or in points (default being the images size).  
     58  * A "lock" setting: if this is set, width and height change proportionately.