GNOME Bugzilla – Bug 680801
st: Support repeated backgrounds
Last modified: 2012-08-03 15:27:44 UTC
The lock screen and new message tray have a very subtle noise texture in the background (so subtle that Giovanni missed it while implementing the designs!). In order to implement it, we need to support repeating backgrounds.
Created attachment 219857 [details] [review] tests: Fix borders test Bad merge
Created attachment 219858 [details] [review] st-theme-node: Clean up Replace some faulty indentation, group some booleans to reduce a bit of memory usage
Created attachment 219859 [details] [review] st-theme-node: Add repeating backgrounds Add support for the CSS "background-repeat" property. Currently, this only supports on/off, rather than allowing tiling in each individual dimension. It is supported for both the cogl and cairo rendering paths.
Review of attachment 219857 [details] [review]: Nice. Says a lot of how often the test suite is run...
Review of attachment 219858 [details] [review]: LGTM
Review of attachment 219859 [details] [review]: Looks good
Attachment 219857 [details] pushed as 114fb42 - tests: Fix borders test Attachment 219858 [details] pushed as 3ffa1e3 - st-theme-node: Clean up Attachment 219859 [details] pushed as 7dbc78c - st-theme-node: Add repeating backgrounds