From 8650fb139a9143f04615de74ff569bce3e0c4ce3 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 9 Jun 2014 16:32:25 +0200 Subject: Bug 540362: [webkit-composer] Use webkit for composer Merge wip/webkit-composer branch into master. --- art/Makefile.am | 12 ++++++++++-- art/confidential-stamp.jpg | Bin 0 -> 5708 bytes art/draft-paper.png | Bin 0 -> 597 bytes art/draft-stamp.jpg | Bin 0 -> 4660 bytes art/midnight-stars.jpg | Bin 0 -> 7190 bytes art/paper.png | Bin 0 -> 266 bytes art/rect.png | Bin 0 -> 3795 bytes art/ribbon.jpg | Bin 0 -> 3193 bytes art/texture.png | Bin 0 -> 137 bytes 9 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 art/confidential-stamp.jpg create mode 100644 art/draft-paper.png create mode 100644 art/draft-stamp.jpg create mode 100644 art/midnight-stars.jpg create mode 100644 art/paper.png create mode 100644 art/rect.png create mode 100644 art/ribbon.jpg create mode 100644 art/texture.png (limited to 'art') diff --git a/art/Makefile.am b/art/Makefile.am index 850be7e8ce..276d435b05 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,7 +1,15 @@ images_DATA = \ - world_map-960.png \ + confidential-stamp.jpg \ + draft-paper.png \ + draft-stamp.jpg \ + midnight-stars.jpg \ + minus.png \ + paper.png \ plus.png \ - minus.png + rect.png \ + ribbon.jpg \ + texture.png \ + world_map-960.png EXTRA_DIST = \ README \ diff --git a/art/confidential-stamp.jpg b/art/confidential-stamp.jpg new file mode 100644 index 0000000000..0dece7c04f Binary files /dev/null and b/art/confidential-stamp.jpg differ diff --git a/art/draft-paper.png b/art/draft-paper.png new file mode 100644 index 0000000000..177d568eab Binary files /dev/null and b/art/draft-paper.png differ diff --git a/art/draft-stamp.jpg b/art/draft-stamp.jpg new file mode 100644 index 0000000000..623f50ea56 Binary files /dev/null and b/art/draft-stamp.jpg differ diff --git a/art/midnight-stars.jpg b/art/midnight-stars.jpg new file mode 100644 index 0000000000..22f01b36f8 Binary files /dev/null and b/art/midnight-stars.jpg differ diff --git a/art/paper.png b/art/paper.png new file mode 100644 index 0000000000..bca355b80d Binary files /dev/null and b/art/paper.png differ diff --git a/art/rect.png b/art/rect.png new file mode 100644 index 0000000000..b7e633c22b Binary files /dev/null and b/art/rect.png differ diff --git a/art/ribbon.jpg b/art/ribbon.jpg new file mode 100644 index 0000000000..03ca65e8c3 Binary files /dev/null and b/art/ribbon.jpg differ diff --git a/art/texture.png b/art/texture.png new file mode 100644 index 0000000000..b0925a6cdc Binary files /dev/null and b/art/texture.png differ -- cgit