Changes between Version 7 and Version 8 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 05/27/09 18:28:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v7 v8 8 8 == Overview == 9 9 10 When the fill style is "pattern", the background of the frame or the page becomes another image which may be r otated and repeated.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 12 == Task requirements == … … 16 16 * It would be nice to set the offset for the image (less necessary) 17 17 * It would be nice to change the opacity of the image used for the pattern (less necessary). 18 * A "repeat" option: if this is set and the image is smaller than the frame, the image repeats. 18 19 19 20 * 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. … … 24 25 * 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 26 * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 27 * 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. 26 28 * An "Okay" button: when this is clicked, the pattern settings window is closed. 27 29