Compare commits
No commits in common. "4a81ed1ae55157d52f718a7f63a38a287d859ad1" and "c24847c83c3eedb87b466459067dd7e2a6a49034" have entirely different histories.
4a81ed1ae5
...
c24847c83c
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
|
|
||||||
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
|
|
||||||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-opacity:1; color-rendering:auto; color-interpolation:auto; text-rendering:auto; stroke:black; stroke-linecap:square; stroke-miterlimit:10; shape-rendering:auto; stroke-opacity:1; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:'Dialog'; font-style:normal; stroke-linejoin:miter; font-size:12px; stroke-dashoffset:0; image-rendering:auto;" width="809" height="748" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
|
|
||||||
/><g
|
|
||||||
><g
|
|
||||||
><line y2="76.1102" style="fill:none;" x1="54.2362" x2="350.1732" y1="76.1102"
|
|
||||||
/></g
|
|
||||||
><g
|
|
||||||
><line y2="298.063" style="fill:none;" x1="350.1732" x2="350.1732" y1="76.1102"
|
|
||||||
/><line y2="298.063" style="fill:none;" x1="350.1732" x2="54.2362" y1="298.063"
|
|
||||||
/><line y2="76.1102" style="fill:none;" x1="54.2362" x2="54.2362" y1="298.063"
|
|
||||||
/></g
|
|
||||||
></g
|
|
||||||
></svg
|
|
||||||
>
|
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,21 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
|
|
||||||
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
|
|
||||||
<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-opacity:1; color-rendering:auto; color-interpolation:auto; text-rendering:auto; stroke:black; stroke-linecap:square; stroke-miterlimit:10; shape-rendering:auto; stroke-opacity:1; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:'Dialog'; font-style:normal; stroke-linejoin:miter; font-size:12px; stroke-dashoffset:0; image-rendering:auto;" width="809" height="748" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
|
|
||||||
/><g
|
|
||||||
><g
|
|
||||||
><line y2="44.8819" style="fill:none;" x1="9.4488" x2="28.3465" y1="44.8819"
|
|
||||||
/></g
|
|
||||||
><g
|
|
||||||
><line y2="54.3307" style="fill:none;" x1="18.8976" x2="18.8976" y1="35.4331"
|
|
||||||
/><line y2="44.8819" style="fill:none;" x1="376.063" x2="394.9606" y1="44.8819"
|
|
||||||
/><line y2="54.3307" style="fill:none;" x1="385.5118" x2="385.5118" y1="35.4331"
|
|
||||||
/><line y2="329.2914" style="fill:none;" x1="9.4488" x2="28.3465" y1="329.2914"
|
|
||||||
/><line y2="338.7402" style="fill:none;" x1="18.8976" x2="18.8976" y1="319.8425"
|
|
||||||
/><line y2="329.2914" style="fill:none;" x1="376.063" x2="394.9606" y1="329.2914"
|
|
||||||
/><line y2="338.7402" style="fill:none;" x1="385.5118" x2="385.5118" y1="319.8425"
|
|
||||||
/></g
|
|
||||||
></g
|
|
||||||
></svg
|
|
||||||
>
|
|
Before Width: | Height: | Size: 1.4 KiB |
|
@ -4,8 +4,8 @@ X=4.2
|
||||||
Y=1.25
|
Y=1.25
|
||||||
|
|
||||||
if [ "${1}" == "set" ]; then
|
if [ "${1}" == "set" ]; then
|
||||||
paxi move 0 $Y
|
|
||||||
paxi move $X 0
|
paxi move $X 0
|
||||||
|
paxi move 0 $Y
|
||||||
elif [ "${1}" == "reset" ]; then
|
elif [ "${1}" == "reset" ]; then
|
||||||
paxi move -$X 0
|
paxi move -$X 0
|
||||||
paxi move 0 -$Y
|
paxi move 0 -$Y
|
||||||
|
|
Loading…
Reference in New Issue