Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity/activity-helloworld.svg
diff options
context:
space:
mode:
authorAndrés Ambrois <andresambrois@gmail.com>2008-08-15 06:29:34 (GMT)
committer Andrés Ambrois <andresambrois@gmail.com>2008-08-15 06:29:34 (GMT)
commit65884d06c39bde9e109c6f1235623f35f97f7950 (patch)
treea9c9738c73b75210b65724df0e4ab7a6b40c2c14 /activity/activity-helloworld.svg
parent551625bebfa97c7cdefe4376885d0fa66fc8da03 (diff)
Added new v2 code.v2
New Features: - Cleaner code - Save and resume games from Journal - Added a toolbar with options to set board size & restart the game. - Better collaboration (turn enforcement, notifications) - Pass and Undo in hotseat (not shared) mode. - Full Spanish translation
Diffstat (limited to 'activity/activity-helloworld.svg')
-rw-r--r--activity/activity-helloworld.svg8
1 files changed, 8 insertions, 0 deletions
diff --git a/activity/activity-helloworld.svg b/activity/activity-helloworld.svg
new file mode 100644
index 0000000..b9278b0
--- /dev/null
+++ b/activity/activity-helloworld.svg
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+ <!ENTITY fill_color "#FFFFFF">
+ <!ENTITY stroke_color "#000000">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+<rect x="1" y="1" width="48" height="48" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2"/>
+</svg>