Version 2 (modified by pav, 16 years ago) (diff) |
---|
Analysis
Overview
In 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.
Task requirements
- 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.
- If the RADIAL GRADIENT filling is chosen, frame should be filled with radial gradient of the two filling colors.
- If the LINEAR GRADIENT filling is chosen, frame should be filled with radial gradient of the two filling colors.
- Every time the user chooses different first or second filling color from the hud the filling changes.
- The default colors for GRADIENT are white and black.
- The gradient should be persistable.
- The frame could be filled with one SOLID color chosen by a color picker in the frame appearance hud.
- If the STRONG filling is chosen, frame should be filled with the filling color.
- Every time the user chooses filling color from the hud the frames filling changes.
- The default option for filling is NONE.
- 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.
- The frame could be filled with repetition of a particular pattern.
- If the user chooses the PATTERN filling type a pattern square should be shown instead of a color picker.
- Initially it is white. The user can choose a pattern by drag and drop a image from the resources palette.
- The frame should be filled with repetition of this image.
- The default option for filling is NONE.
- If the user chooses different filling type or just different pattern the filling automatically changes.
- The frame could be filled with a single image.
- If the user chooses the IMAGE filling type a image square should be shown instead of a color picker on the right.
- Initially it is white. The user can choose a image for the filling by drag and drop one from the resources palette.
- The frame should be filled with this image. Initially the frames size and shape are changed to fit the picture best.
- 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.
- The frame appearance hud should be refactored to fulfill the upper requirements.
Task result
(List the end product of the task (for example "Source code", "Wiki page", etc.))
Implementation idea
(Provide some rough implementation idea(s).)
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)
Attachments
-
filling.patch
(45.7 KB) -
added by meddle 16 years ago.
Pav's filling patch