Add example data

This commit is contained in:
Arne Keller 2019-04-27 21:07:47 +02:00
parent 7ffde3680c
commit 1f7d7d9a3a
5 changed files with 103 additions and 0 deletions

2
run_svg2text.sh Normal file
View File

@ -0,0 +1,2 @@
inkscape -D -z --file=worldr1.svg --export-pdf=worldr1.pdf --export-latex
inkscape -D -z --file=worldr2.svg --export-pdf=worldr2.pdf --export-latex

77
worldr1.svg Normal file
View File

@ -0,0 +1,77 @@
<?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"
height="124.54391"
width="429.23483"
id="svg22"
version="1.1"
viewBox="-20 -20 429.23483 124.54391">
<metadata
id="metadata28">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs26" />
<path
style="fill:none;stroke:#000000;stroke-width:0.40000001"
id="path2"
d="M -19.653652,104.14381 51.744868,-19.566532 123.22039,104.14382 Z" />
<circle
style="fill:#ff0000"
id="circle4"
r="0.30000001"
cy="104.14381"
cx="-19.653656" />
<path
style="fill:none;stroke:#000000;stroke-width:0.40000001"
id="path6"
d="M 123.21741,104.14381 51.741888,-19.566532 194.57741,-19.633232 Z" />
<circle
style="fill:#ff0000"
id="circle8"
r="0.30000001"
cy="104.14381"
cx="123.21741" />
<path
style="fill:none;stroke:#000000;stroke-width:0.40000001"
id="path10"
d="m 123.21741,104.14381 142.83552,-1e-5 -71.41777,-123.743682 z" />
<circle
style="fill:#ff0000"
id="circle12"
r="0.30000001"
cy="104.14381"
cx="123.21741" />
<path
style="fill:none;stroke:#000000;stroke-width:0.40000001"
id="path14"
d="m 266.05243,104.14381 71.41787,-123.743672 -142.83564,-3e-5 z" />
<circle
style="fill:#ff0000"
id="circle16"
r="0.30000001"
cy="104.14381"
cx="266.05243" />
<path
style="fill:none;stroke:#000000;stroke-width:0.40000001"
id="path18"
d="M 266.05295,104.14381 337.47072,-19.599892 408.88849,104.14379 Z" />
<circle
style="fill:#ff0000"
id="circle20"
r="0.30000001"
cy="104.14381"
cx="266.05295" />
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

6
worldr1.txt Normal file
View File

@ -0,0 +1,6 @@
Gesamtabstand: 143m
D0: D0A[0 0] D0B[72 124] D0C[143 0]
D1: D1A[72 124] D1B[143 0] D1C[215 124]
D2: D2A[143 0] D2B[215 124] D2C[286 0]
D3: D3A[215 124] D3B[286 0] D3C[357 124]
D4: D4A[286 0] D4B[357 124] D4C[429 0]

12
worldr2.svg Normal file
View File

@ -0,0 +1,12 @@
<svg viewBox="-20 -20 30 20" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<path d="M-0.00008688867,0 L-484.6826,-178.15413 L-530.94104,-35.465096 z" fill="none" stroke="black" stroke-width="0.4"/>
<circle cx="-0.00008688867" cy="0" fill="red" r="0.3"/>
<path d="M-0.000036798418,0 L-497.5201,-284.14404 L-395.51532,-394.12143 z" fill="none" stroke="black" stroke-width="0.4"/>
<circle cx="-0.000036798418" cy="0" fill="red" r="0.3"/>
<path d="M-0.00000011920929,0 L-230.10005,-416.79486 L-83.977325,-450.67926 z" fill="none" stroke="black" stroke-width="0.4"/>
<circle cx="-0.00000011920929" cy="0" fill="red" r="0.3"/>
<path d="M-0.000000059604645,0 L186.10104,-219.71663 L50.33992,-283.50467 z" fill="none" stroke="black" stroke-width="0.4"/>
<circle cx="-0.000000059604645" cy="0" fill="red" r="0.3"/>
<path d="M0,0 L329.91418,-377.56805 L438.84174,-274.44296 z" fill="none" stroke="black" stroke-width="0.4"/>
<circle cx="0" cy="0" fill="red" r="0.3"/>
</svg>

After

Width:  |  Height:  |  Size: 997 B

6
worldr2.txt Normal file
View File

@ -0,0 +1,6 @@
Gesamtabstand: 0
D3: D3A[-0 0] D3B[-531 35] D3C[-485 178]
D1: D1A[-0 0] D1B[-498 284] D1C[-396 394]
D0: D0A[-0 0] D0B[-230 417] D0C[-84 451]
D2: D2A[-0 0] D2B[50 284] D2C[186 220]
D4: D4A[0 0] D4B[330 378] D4C[439 274]