doc: Add telegps outline
authorKeith Packard <keithp@keithp.com>
Mon, 22 May 2017 21:36:46 +0000 (14:36 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 22 May 2017 21:36:46 +0000 (14:36 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile
doc/telegps-outline.txt [new file with mode: 0644]
doc/telegps.svg [new file with mode: 0644]

index 0d01279fbe819d4d533fd38c38c2314396fb0bfd..bbda63019535212cf109df153bdaf1755b7c3008 100644 (file)
@@ -167,7 +167,8 @@ OUTLINE_TXT_FILES=\
        telemega-outline.txt \
        telemetrum-outline.txt \
        telemini-v1-outline.txt \
-       telemini-v3-outline.txt
+       telemini-v3-outline.txt \
+       telegps-outline.txt
 
 OUTLINE_RAW_FILES=$(OUTLINE_TXT_FILES:.txt=.raw)
 
diff --git a/doc/telegps-outline.txt b/doc/telegps-outline.txt
new file mode 100644 (file)
index 0000000..bd1495b
--- /dev/null
@@ -0,0 +1,9 @@
+= TeleGPS Outline and Hole Pattern
+:doctype: article
+
+       This image, when printed, provides a precise template for the
+       mounting holes in TeleGPS.  TeleGPS has overall dimensions
+       of 1.000 x 1.500 inches, and the mounting holes are sized for
+       use with 4-40 or M3 screws.
+
+       image::telegps.svg[align="center"]
diff --git a/doc/telegps.svg b/doc/telegps.svg
new file mode 100644 (file)
index 0000000..702265c
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<svg
+       xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="1.75in"
+   height="1.25in"
+   viewBox="0 0 175 125"
+   preserveaspectratio="none"
+   id="svg2"
+   version="1.1">
+  <g transform="translate(12.5,12.5)"
+     style="fill:none;stroke:#000000;stroke-width:1;stroke-linejoin:miter;font-size:20">
+    <!-- outline -->
+    <rect width="150" height="100" x="0" y="0"/>
+    <!-- holes -->
+    <path d="M12.5,12.5 m-6.25,0 a6.25,6.25,0,1,0,12.5,0 a6.25,6.25,0,1,0,-12.5,0 l12.5,0 m-6.25,-6.25 l0,12.5"/>
+    <path d="M137.5,12.5 m-6.25,0 a6.25,6.25,0,1,0,12.5,0 a6.25,6.25,0,1,0,-12.5,0 l12.5,0 m-6.25,-6.25 l0,12.5"/>
+    <path d="M12.5,87.5 m-6.25,0 a6.25,6.25,0,1,0,12.5,0 a6.25,6.25,0,1,0,-12.5,0 l12.5,0 m-6.25,-6.25 l0,12.5"/>
+    <path d="M137.5,87.5 m-6.25,0 a6.25,6.25,0,1,0,12.5,0 a6.25,6.25,0,1,0,-12.5,0 l12.5,0 m-6.25,-6.25 l0,12.5"/>
+    <!-- arrow -->
+    <path d="M25,50 l100,0"/>
+    <path style="fill:#000000;stroke:none" d="M125,45 l10,5 l-10,5 z"/>
+    <!-- label -->
+    <text x="75" y="35" style="fill:#000000;stroke:none" text-anchor="middle">TeleGPS</text>
+    <g transform="rotate(90)">
+      <text x="50" y="-133" style="fill:#000000;stroke:none" text-anchor="middle">UP</text>
+    </g>
+  </g>
+</svg>