Changes between Version 1 and Version 2 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 05/25/09 21:33:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v1 v2 8 8 == Overview == 9 9 10 The frame could be filled with repetiton of a particular pattern.10 When the fill style is "pattern", the background of the frame becomes another image, possibly repeated and patterned. 11 11 12 12 == Task requirements == 13 13 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. 15 15 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. 17 17 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. 19 19 20 * The default option for filling is NONE. 20 * The pattern settings window has the following elements: 21 21 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. 23 28 24 29 == Task result ==