[four-in-a-row] Set a background to the highcontrast themes' tiles.
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Set a background to the highcontrast themes' tiles.
- Date: Sat, 13 Sep 2014 00:37:50 +0000 (UTC)
commit 7fa6d269660d7c826c5f3d71d44ddde88a983704
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sat Sep 13 01:58:15 2014 +0200
Set a background to the highcontrast themes' tiles.
https://bugzilla.gnome.org/show_bug.cgi?id=710694
data/tileset_50x50_hcinverse.svg | 36 +++++++++++++++++++-----------------
data/tileset_50x50_hcontrast.svg | 36 +++++++++++++++++++-----------------
2 files changed, 38 insertions(+), 34 deletions(-)
---
diff --git a/data/tileset_50x50_hcinverse.svg b/data/tileset_50x50_hcinverse.svg
index b529443..7139097 100644
--- a/data/tileset_50x50_hcinverse.svg
+++ b/data/tileset_50x50_hcinverse.svg
@@ -2,27 +2,29 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="300" height="50">
- <defs>
- <rect id="square" x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
- <g id="nought" fill="none" stroke="white" stroke-linecap="round">
- <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
- transform="rotate(45 25 25)"/>
- </g>
- <g id="cross" fill="black" stroke="white" stroke-linecap="round"
- stroke-miterlimit="30" stroke-width="10">
- <line x1="10" y1="10" x2="40" y2="40"/>
- <line x1="10" y1="40" x2="40" y2="10"/>
- </g>
+ <defs>
+ <rect id="square" x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+ <g id="nought" fill="none" stroke="white" stroke-linecap="round">
+ <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+ <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
+ transform="rotate(45 25 25)"/>
+ </g>
+ <g id="cross" fill="black" stroke="white" stroke-linecap="round"
+ stroke-miterlimit="30" stroke-width="10">
+ <rect x="0" y="0" width="50" height="50" fill="black" stroke-width="0"/>
+ <line x1="10" y1="10" x2="40" y2="40"/>
+ <line x1="10" y1="40" x2="40" y2="10"/>
+ </g>
</defs>
<use id="p1a" y="0" x="0" xlink:href="#nought"/>
<use id="p2a" y="0" x="50" xlink:href="#cross"/>
- <use y="0" x="100" xlink:href="#square"/>
- <use y="0" x="150" xlink:href="#square"/>
- <use id="p1b" y="0" x="200" xlink:href="#nought"/>
+ <use y="0" x="100" xlink:href="#square"/>
+ <use y="0" x="150" xlink:href="#square"/>
+ <use id="p1b" y="0" x="200" xlink:href="#nought"/>
<use id="p2b" y="0" x="250" xlink:href="#cross"/>
- <metadata>
- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <Work rdf:about="">
+ <metadata>
+ <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
<dc:title>High Contrast theme gnect game pieces</dc:title>
<dc:description>Game pieces for Gnect, Four in a Row a Connect 4 style Game for
Gnome</dc:description>
<dc:publisher>
diff --git a/data/tileset_50x50_hcontrast.svg b/data/tileset_50x50_hcontrast.svg
index f80d38b..bba766f 100644
--- a/data/tileset_50x50_hcontrast.svg
+++ b/data/tileset_50x50_hcontrast.svg
@@ -2,27 +2,29 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg width="300" height="50">
- <defs>
- <rect id="square" x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
- <g id="nought" fill="none" stroke="black" stroke-linecap="round">
- <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
- transform="rotate(45 25 25)" />
- </g>
- <g id="cross" fill="white" stroke="black" stroke-linecap="round"
- stroke-miterlimit="30" stroke-width="10">
- <line x1="10" y1="10" x2="40" y2="40" />
- <line x1="10" y1="40" x2="40" y2="10" />
- </g>
+ <defs>
+ <rect id="square" x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+ <g id="nought" fill="none" stroke="black" stroke-linecap="round">
+ <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+ <rect stroke-width="10" x="10" y="10" width="30" height="30" rx="10" ry="10"
+ transform="rotate(45 25 25)" />
+ </g>
+ <g id="cross" fill="white" stroke="black" stroke-linecap="round"
+ stroke-miterlimit="30" stroke-width="10">
+ <rect x="0" y="0" width="50" height="50" fill="white" stroke-width="0" />
+ <line x1="10" y1="10" x2="40" y2="40" />
+ <line x1="10" y1="40" x2="40" y2="10" />
+ </g>
</defs>
<use id="p1a" y="0" x="0" xlink:href="#nought" />
<use id="p2a" y="0" x="50" xlink:href="#cross" />
- <use y="0" x="100" xlink:href="#square" />
- <use y="0" x="150" xlink:href="#square" />
- <use id="p1b" y="0" x="200" xlink:href="#nought" />
+ <use y="0" x="100" xlink:href="#square" />
+ <use y="0" x="150" xlink:href="#square" />
+ <use id="p1b" y="0" x="200" xlink:href="#nought" />
<use id="p2b" y="0" x="250" xlink:href="#cross" />
- <metadata>
- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
- <Work rdf:about="">
+ <metadata>
+ <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <Work rdf:about="">
<dc:title>High Contrast theme gnect game pieces</dc:title>
<dc:description>Game pieces for Gnect, Four in a Row a Connect 4 style Game for
Gnome</dc:description>
<dc:publisher>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]