Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-19 18:32:45 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-19 18:32:45 (GMT)
commit8535ed6494b8ead86756c414ae9f305f35e25884 (patch)
tree4205b85dfc16e6b9aa57248a32dcc99941f1801e /activity
Initial commit
Diffstat (limited to 'activity')
-rw-r--r--activity/activity-mindmap.svg14
-rwxr-xr-xactivity/activity.info7
2 files changed, 21 insertions, 0 deletions
diff --git a/activity/activity-mindmap.svg b/activity/activity-mindmap.svg
new file mode 100644
index 0000000..b27192d
--- /dev/null
+++ b/activity/activity-mindmap.svg
@@ -0,0 +1,14 @@
+<?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 "#010101">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50">
+ <rect x="4" y="20" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
+ <path d="M18 25 C28,23 22,12 31,10" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
+ <path d="M18 25 L31,25" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
+ <path d="M18 25 C28,27 22,37 31,40" style="fill:none;;stroke:&stroke_color;;stroke-width:2.5"/>
+ <rect x="31" y="5" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
+ <rect x="31" y="20" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
+ <rect x="31" y="35" width="14" height="10" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:2.5;;stroke-linejoin:round"/>
+</svg>
diff --git a/activity/activity.info b/activity/activity.info
new file mode 100755
index 0000000..c0a1cd5
--- /dev/null
+++ b/activity/activity.info
@@ -0,0 +1,7 @@
+[Activity]
+name = MindMap
+activity_version = 1
+service_name = org.sugarlabs.MindMap
+icon = activity-mindmap
+class = mindmapactivity.MindMapActivity
+