Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons/grid-a.svg
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-06-09 21:17:35 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-06-09 21:17:35 (GMT)
commit3c9346c943798285b2ed65c1f59b5e2db7a3becf (patch)
tree1764eb64851cc5ae28f6f7fbafcb3e7283f7b3da /icons/grid-a.svg
creating new project for Ruler
Diffstat (limited to 'icons/grid-a.svg')
-rw-r--r--icons/grid-a.svg16
1 files changed, 16 insertions, 0 deletions
diff --git a/icons/grid-a.svg b/icons/grid-a.svg
new file mode 100644
index 0000000..8810486
--- /dev/null
+++ b/icons/grid-a.svg
@@ -0,0 +1,16 @@
+<?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 "none">
+ <!ENTITY stroke_color "#FFFFFF">
+]>
+<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45">
+ <rect x="0" y="0" width="45" height="45" style="fill:&fill_color;;stroke:&fill_color;;stroke-width:0"/>
+
+ <line x1="0" x2="45" y1="6" y2="6" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line x1="0" x2="45" y1="39" y2="39" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+ <line y1="0" y2="45" x1="6" x2="6" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+ <line y1="0" y2="45" x1="39" x2="39" style="fill:&fill_color;;stroke:&stroke_color;;stroke-width:4"/>
+
+</svg>