Changes between Version 4 and Version 5 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 05/25/09 21:40:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v4 v5 8 8 == Overview == 9 9 10 When the fill style is "pattern", the background of the frame becomes another image, possibly repeated and patterned.10 When the fill style is "pattern", the background of the frame or the page becomes another image which may be rotated and repeated. 11 11 12 12 == Task requirements == … … 15 15 * It should be possible to rotate the image used for the pattern. 16 16 * It should be possible to resize the image used for the pattern, proportionately as well as disproportionately. 17 * It would be nice to change the opacity of the image used for the pattern. 17 * It would be nice to set the offset for the image (less necessary) 18 * It would be nice to change the opacity of the image used for the pattern (less necessary). 18 19 19 20 == Task result == … … 30 31 * Image width & height fields: these can either be in percent (default being 100%) or in points (default being the images size). 31 32 * A "lock" setting: if this is set, width and height change proportionately. 33 * 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. 32 34 * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 33 35 * An "Okay" button: when this is clicked, the pattern settings window is closed.