summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorjuliane <juliane@web>2013-11-05 18:27:34 +0100
committerCharly Root <root@www-static.zrh.internetputzen.com>2013-11-05 18:27:34 +0100
commitb9e98db54c6842216614d4f7619c568490667dde (patch)
tree001c746f4ed7bdb1dc79892369503679220f05a0 /sandbox
parent5fb924451807bbea8c6a6536394dc6e6ae428bd2 (diff)
attachment upload
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/glider.svg41
1 files changed, 41 insertions, 0 deletions
diff --git a/sandbox/glider.svg b/sandbox/glider.svg
new file mode 100644
index 00000000..9894eb63
--- /dev/null
+++ b/sandbox/glider.svg
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created by Keith Packard -->
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ x="0"
+ y="0"
+ width="140"
+ height="140"
+ id="glider">
+
+<g transform="translate(10,10)">>
+ <g id="scale" transform="scale(20,20)">
+ <g id="grid"
+ style="fill:none;stroke-linejoin:round;stroke-linecap:butt;stroke:#000000;stroke-width:.1;"
+ >
+ <!-- outside -->
+ <path d="m 0 0 L 6 0 L 6 6 L 0 6 Z" />
+
+ <!-- inside -->
+ <path d="M 0 2 L 6 2" />
+ <path d="M 0 4 L 6 4" />
+
+ <path d="M 2 0 L 2 6" />
+ <path d="M 4 0 L 4 6" />
+ </g>
+ <g id="dots"
+ style="fill:#400040"
+ >
+ <ellipse cx="3" cy="1" rx=".7" ry=".7" id="C1" />
+ <ellipse cx="5" cy="3" rx=".7" ry=".7" id="C1" />
+ <ellipse cx="1" cy="5" rx=".7" ry=".7" id="C1" />
+ <ellipse cx="3" cy="5" rx=".7" ry=".7" id="C1" />
+ <ellipse cx="5" cy="5" rx=".7" ry=".7" id="C1" />
+ </g>
+ </g>
+</g>
+</svg>