Changes between Version 16 and Version 17 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 05/28/09 15:14:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v16 v17 10 10 When the fill style is "pattern", the background of the frame or the page becomes another image which may be repeated. 11 11 12 This iteration only requires selecting an image and repeating it. 13 14 In future iterations of this task, it would be nice to allow pattern rotation, resizing, and offset as well as selecting an image through drag and drop. 15 12 16 == Task requirements == 13 17 … … 17 21 * Pattern fill must support general fill opacity. 18 22 * The pattern settings window has the following elements: 19 * 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. 20 * 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. 23 * A select image button. Clicking this brings up a file dialogue prompting the user to select an image for the pattern. Clicking this when a pattern has already been set replaces the images with a new one. 21 24 * A "repeat" checkbox. If this is checked and the image is smaller than the frame, the image repeats. If it is not checked, the image does not repeat. Default is to repeat. 22 25 * An "Okay" button: when this is clicked, the pattern settings window is closed. … … 49 52 50 53 = Comments = 51 * It would be nice to be able to rotate the image used for the pattern (this was in Sophie 1). 52 * It would be nice to be able to resize the image used for the pattern, proportionately as well as disproportionately (this was in Sophie 1). 54 55 56 FRAME_FILLING_PATTERN_R0