Changes between Version 2 and Version 3 of GROUP_FILLING_R0


Ignore:
Timestamp:
04/08/09 19:06:37 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_FILLING_R0

    v2 v3  
    88In the end of this task Sophie 2.0 will provide functionality for filling the page/frame with various backgrounds. There will be solid, image, pattern and gradient backgrounds which can be choosen by Sophie user. 
    99== Task requirements == 
    10  * The frame could be filled with GRADIENT of two colors. The gradient could be two types - linear and radial. There should be two different option of frame filling - LINEAR GRADIENT and RADIAL GRADIENT. 
    11   * If the RADIAL GRADIENT filling is chosen, frame should be filled with radial gradient of the two filling colors.  
    12   * If the LINEAR GRADIENT filling is chosen, frame should be filled with radial gradient of the two filling colors. 
     10 * The frame/page could be filled with GRADIENT of two colors. The gradient could be two types - linear and radial. There should be two different option of frame filling - LINEAR GRADIENT and RADIAL GRADIENT. 
     11  * If the RADIAL GRADIENT filling is chosen, frame/page should be filled with radial gradient of the two filling colors.  
     12  * If the LINEAR GRADIENT filling is chosen, frame/page should be filled with radial gradient of the two filling colors. 
    1313  * Every time the user chooses different first or second filling color from the hud the filling changes.  
    1414  * The default colors for GRADIENT are white and black. 
    1515  * The gradient should be persistable. 
    1616 
    17  * The frame could be filled with one SOLID color chosen by a color picker in the frame appearance hud. 
    18   * If the STRONG filling is chosen, frame should be filled with the filling color.  
     17 * The frame/page could be filled with one SOLID color chosen by a color picker in the frame/page appearance hud. 
     18  * If the STRONG filling is chosen, frame/page should be filled with the filling color.  
    1919  * Every time the user chooses filling color from the hud the frames filling changes.  
    2020  * The default option for filling is NONE. 
    2121  * If the user chooses the NONE filling type it should behave as STRONG filling with white color, opacity 1. This should not affect the first color in the frame model.  
    2222 
    23  * The frame could be filled with repetition of a particular pattern. 
     23 * The frame/page could be filled with repetition of a particular pattern. 
    2424  * If the user chooses the PATTERN filling type a pattern square should be shown instead of a color picker. 
    2525  * Initially it is white. The user can choose a pattern by drag and drop a image from the resources palette. 
    26   * The frame should be filled with repetition of this image. 
     26  * The frame/page should be filled with repetition of this image. 
    2727  * The default option for filling is NONE. 
    2828  * If the user chooses different filling type or just different pattern the filling automatically changes.  
    2929 
    30  * The frame could be filled with a single image.   
     30 * The frame/page could be filled with a single image.   
    3131  * If the user chooses the IMAGE filling type a image square should be shown instead of a color picker on the right.  
    3232  * Initially it is white. The user can choose a image for the filling by drag and drop one from the resources palette.  
    33   * The frame should be filled with this image. Initially the frames size and shape are changed to fit the picture best.   
    34   * If the frames size property is locked or the user changes the size of a frame after a image is already added to it the image is stretched to fit the frame. 
     33  * The frame/page should be filled with this image. Initially the frames size and shape are changed to fit the picture best.   
     34  * If the frames/pages size property is locked or the user changes the size of a frame/page after a image is already added to it the image is stretched to fit the frame. 
    3535 
    3636 * The frame appearance hud should be refactored to fulfill the upper requirements. 
    3737 
    3838== Task result == 
    39 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     39source code with visible result 
    4040 
    4141== Implementation idea ==