diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 17:15:28 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 17:15:28 +0200 |
commit | fd47bfa17db122b04c58647b690ac9487b52ea0e (patch) | |
tree | a879419dc5cab4519ed59966fbdc178e2d6b5f97 /hurd/logo | |
parent | e48310994bd5221b2d7216f3ebdcdf5d7d724a2b (diff) |
Move logo files into `hurd/logo/' and rename them.
Diffstat (limited to 'hurd/logo')
-rw-r--r-- | hurd/logo/boxes-redrawn.png | bin | 0 -> 1764 bytes | |||
-rw-r--r-- | hurd/logo/boxes-redrawn.svg | 43 |
2 files changed, 43 insertions, 0 deletions
diff --git a/hurd/logo/boxes-redrawn.png b/hurd/logo/boxes-redrawn.png Binary files differnew file mode 100644 index 00000000..fd26a87e --- /dev/null +++ b/hurd/logo/boxes-redrawn.png diff --git a/hurd/logo/boxes-redrawn.svg b/hurd/logo/boxes-redrawn.svg new file mode 100644 index 00000000..af24ae89 --- /dev/null +++ b/hurd/logo/boxes-redrawn.svg @@ -0,0 +1,43 @@ +<?xml version="1.0"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="20cm" height="20cm" viewBox="0 0 100 100"> + <desc> + The Hurd Boxes and Arrows logo. + + Converted to SVG by Thomas Schwinge and Colin Leitner at 09/2007. + We used the metafont original from Stephen McCamant (1997). + </desc> + <defs> + <style type="text/css"> + #boxes, #arrows { + stroke: black; + stroke-width: 3; + } + + #boxes { fill: white; } + </style> + </defs> + <g transform="translate(0 100) scale(1 -1) translate(-5 5)"> + <g id="arrows" fill="none" stroke-linecap="round"> + <path d="M 40 80 Q 20 80 20 65 L 20 60"/> + <path d="M 15 65 L 20 60 L 25 65"/> + + <path d="M 50 70 Q 50 50 62.5 50 L 70 50"/> + <path d="M 65 45 L 70 50 L 65 55"/> + + <path d="M 60 20 Q 100 20 100 50 Q 100 80 65 80 L 60 80"/> + <path d="M 65 75 L 60 80 L 65 85"/> + + <path d="M 80 40 Q 80 0 50 0 Q 20 0 20 35 L 20 40"/> + <path d="M 15 35 L 20 40 L 25 35"/> + </g> + + <g id="boxes"> + <rect x="10" y="40" width="20" height="20"/> + <rect x="40" y="70" width="20" height="20"/> + <rect x="70" y="40" width="20" height="20"/> + <rect x="40" y="10" width="20" height="20"/> + </g> + </g> +</svg> + |