Add support for repeating/tiled watermarks that cover the entire page, for both text and image modes.
Proposed Solution
Add a tile toggle to the existing addWatermark function. When enabled, calculate a grid of positions across the page using tileSpacingX and tileSpacingY and draw the watermark at each cell instead of a single fixed position. Expose spacing and stagger controls in the UI.
Suggested Label
"NSoC'26", "enhancement"
Add support for repeating/tiled watermarks that cover the entire page, for both text and image modes.
Proposed Solution
Add a
tiletoggle to the existingaddWatermarkfunction. When enabled, calculate a grid of positions across the page usingtileSpacingXandtileSpacingYand draw the watermark at each cell instead of a single fixed position. Expose spacing and stagger controls in the UI.Suggested Label
"NSoC'26", "enhancement"