From c329bf8832badaaf9a5d13cde65e15d2afcf03e8 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 12 Dec 2009 14:37:34 +0000 Subject: [PATCH] Include SVGs for cards images Organization: Straylight/Edgeware From: Richard Kettlewell --- images/Makefile.am | 5 +- images/cards-simple-fanned.svg | 158 +++++++++++++++++++++++++++++++++ images/cards-thin.svg | 155 ++++++++++++++++++++++++++++++++ 3 files changed, 316 insertions(+), 2 deletions(-) create mode 100644 images/cards-simple-fanned.svg create mode 100644 images/cards-thin.svg diff --git a/images/Makefile.am b/images/Makefile.am index 3bdbf29..22322ed 100644 --- a/images/Makefile.am +++ b/images/Makefile.am @@ -1,6 +1,6 @@ # # This file is part of DisOrder. -# Copyright (C) 2005-2008 Richard Kettlewell +# Copyright (C) 2005-2009 Richard Kettlewell # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ disobedience32x32.xpm cross.svg go.svg notes.svg noteson.svg pause.svg \ query.svg queryon.svg speaker.svg speakeron.svg cross32.png \ pause32.png play32.png playdisabled32.png playenabled32.png \ randomdisabled32.png randomenabled32.png rtpdisabled32.png \ -rtpenabled32.png duck55.png cards24.png cards48.png +rtpenabled32.png duck55.png cards24.png cards48.png \ +cards-simple-fanned.svg cards-thin.svg CLEANFILES=$(SEDFILES) diff --git a/images/cards-simple-fanned.svg b/images/cards-simple-fanned.svg new file mode 100644 index 0000000..9ae9730 --- /dev/null +++ b/images/cards-simple-fanned.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/cards-thin.svg b/images/cards-thin.svg new file mode 100644 index 0000000..94e1255 --- /dev/null +++ b/images/cards-thin.svg @@ -0,0 +1,155 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + -- [mdw]