From 874d0065ecb066ee746a016876edebc7cc6e3d96 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 17 Feb 2014 21:27:57 -0800 Subject: [PATCH] Re-create drill templates Using inkscape, the drill templates weren't getting printed correctly. Switching to hand-generated svg fixes that. The .xsl file is also fixed to really encourage the images to be printed at exactly 100%. Signed-off-by: Keith Packard --- doc/Makefile | 4 +- doc/altusmetrum.xsl | 12 +- doc/easymini-outline.svg | 219 --------------------------------- doc/easymini.svg | 33 +++++ doc/telemega-outline.svg | 244 ------------------------------------- doc/telemega.svg | 33 +++++ doc/telemetrum-outline.svg | 207 ------------------------------- doc/telemetrum.svg | 10 +- doc/telemini.svg | 22 ++-- 9 files changed, 92 insertions(+), 692 deletions(-) delete mode 100644 doc/easymini-outline.svg create mode 100644 doc/easymini.svg delete mode 100644 doc/telemega-outline.svg create mode 100644 doc/telemega.svg delete mode 100644 doc/telemetrum-outline.svg diff --git a/doc/Makefile b/doc/Makefile index 42a8e477..d8879d47 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -56,8 +56,8 @@ PICTURES=\ telemini-v2-top.jpg SVG=\ - easymini-outline.svg \ - telemega-outline.svg \ + easymini.svg \ + telemega.svg \ telemetrum.svg \ telemini.svg diff --git a/doc/altusmetrum.xsl b/doc/altusmetrum.xsl index fb08f5c6..d3d1f72a 100644 --- a/doc/altusmetrum.xsl +++ b/doc/altusmetrum.xsl @@ -5127,7 +5127,8 @@ NAR #88757, TRA #12200 - + @@ -5141,7 +5142,8 @@ NAR #88757, TRA #12200 - + @@ -5155,7 +5157,8 @@ NAR #88757, TRA #12200 - + @@ -5169,7 +5172,8 @@ NAR #88757, TRA #12200 - + diff --git a/doc/easymini-outline.svg b/doc/easymini-outline.svg deleted file mode 100644 index 40faddb3..00000000 --- a/doc/easymini-outline.svg +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UP - - diff --git a/doc/easymini.svg b/doc/easymini.svg new file mode 100644 index 00000000..8a9cba02 --- /dev/null +++ b/doc/easymini.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + EasyMini + + UP + + + \ No newline at end of file diff --git a/doc/telemega-outline.svg b/doc/telemega-outline.svg deleted file mode 100644 index e8d74d38..00000000 --- a/doc/telemega-outline.svg +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UP - - diff --git a/doc/telemega.svg b/doc/telemega.svg new file mode 100644 index 00000000..40edf696 --- /dev/null +++ b/doc/telemega.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + TeleMega + + UP + + + \ No newline at end of file diff --git a/doc/telemetrum-outline.svg b/doc/telemetrum-outline.svg deleted file mode 100644 index aee63ed2..00000000 --- a/doc/telemetrum-outline.svg +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UP - - diff --git a/doc/telemetrum.svg b/doc/telemetrum.svg index 97c4e4a8..80ee182d 100644 --- a/doc/telemetrum.svg +++ b/doc/telemetrum.svg @@ -6,14 +6,14 @@ 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="5in" - height="2.5in" - viewBox="0 0 500 250" + width="3in" + height="1.25in" + viewBox="0 0 300 125" preserveaspectratio="none" id="svg2" version="1.1"> - + diff --git a/doc/telemini.svg b/doc/telemini.svg index d07b4971..b2e21e3d 100644 --- a/doc/telemini.svg +++ b/doc/telemini.svg @@ -6,26 +6,26 @@ 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="5in" - height="2in" - viewBox="0 0 500 200" + width="1.75in" + height=".75in" + viewBox="0 0 175 75" preserveaspectratio="none" id="svg2" version="1.1"> - + - - + + - - + + TeleMini - - UP + + UP \ No newline at end of file -- 2.30.2