minidusen 0.11.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +49 -50
- data/.ruby-version +1 -1
- data/Gemfile.6.1.mysql2.lock +2 -2
- data/Gemfile.6.1.pg.lock +2 -2
- data/Gemfile.7.0.mysql2.lock +2 -2
- data/Gemfile.7.0.pg.lock +2 -2
- data/Gemfile.7.1.mysql2.lock +1 -2
- data/Gemfile.7.1.pg.lock +1 -2
- data/Gemfile.7.2.mysql2.lock +0 -1
- data/Gemfile.7.2.pg.lock +1 -2
- data/{Gemfile.6.0.mysql2 → Gemfile.8.0.mysql2} +2 -2
- data/Gemfile.8.0.mysql2.lock +87 -0
- data/{Gemfile.6.0.pg → Gemfile.8.0.pg} +2 -2
- data/Gemfile.8.0.pg.lock +87 -0
- data/README.md +17 -5
- data/lib/minidusen/parser.rb +4 -2
- data/lib/minidusen/token.rb +5 -0
- data/lib/minidusen/version.rb +1 -1
- data/media/logo.dark.shapes.svg +137 -0
- data/media/logo.dark.text.svg +107 -0
- data/media/logo.light.shapes.svg +136 -0
- data/media/logo.light.text.svg +106 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- data/spec/minidusen/parser_spec.rb +8 -0
- data/spec/support/database.github.yml +2 -2
- metadata +16 -18
- data/Gemfile.4.2.mysql2 +0 -15
- data/Gemfile.4.2.mysql2.lock +0 -69
- data/Gemfile.4.2.pg +0 -15
- data/Gemfile.4.2.pg.lock +0 -69
- data/Gemfile.5.2.mysql2 +0 -16
- data/Gemfile.5.2.mysql2.lock +0 -68
- data/Gemfile.5.2.pg +0 -16
- data/Gemfile.5.2.pg.lock +0 -68
- data/Gemfile.6.0.mysql2.lock +0 -67
- data/Gemfile.6.0.pg.lock +0 -67
@@ -0,0 +1,137 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="53.366352mm"
|
14
|
+
height="14.056225mm"
|
15
|
+
viewBox="0 0 53.366351 14.056225"
|
16
|
+
version="1.1"
|
17
|
+
id="svg838"
|
18
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
19
|
+
sodipodi:docname="logo.dark.shapes.svg"
|
20
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
|
21
|
+
inkscape:export-xdpi="196"
|
22
|
+
inkscape:export-ydpi="196">
|
23
|
+
<defs
|
24
|
+
id="defs832">
|
25
|
+
<linearGradient
|
26
|
+
inkscape:collect="always"
|
27
|
+
id="linearGradient1406">
|
28
|
+
<stop
|
29
|
+
style="stop-color:#ff0844;stop-opacity:1"
|
30
|
+
offset="0"
|
31
|
+
id="stop1402" />
|
32
|
+
<stop
|
33
|
+
style="stop-color:#ffb199;stop-opacity:1"
|
34
|
+
offset="1"
|
35
|
+
id="stop1404" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
inkscape:collect="always"
|
39
|
+
xlink:href="#linearGradient1406"
|
40
|
+
id="linearGradient1408"
|
41
|
+
x1="22.054907"
|
42
|
+
y1="91.071762"
|
43
|
+
x2="88.956696"
|
44
|
+
y2="91.071762"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(0.79761275,0,0,0.08820435,-17.591275,57.908781)" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="11.2"
|
56
|
+
inkscape:cx="234.58341"
|
57
|
+
inkscape:cy="-11.16366"
|
58
|
+
inkscape:document-units="mm"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="2560"
|
66
|
+
inkscape:window-height="1391"
|
67
|
+
inkscape:window-x="1920"
|
68
|
+
inkscape:window-y="0"
|
69
|
+
inkscape:window-maximized="1"
|
70
|
+
inkscape:pagecheckerboard="true" />
|
71
|
+
<metadata
|
72
|
+
id="metadata835">
|
73
|
+
<rdf:RDF>
|
74
|
+
<cc:Work
|
75
|
+
rdf:about="">
|
76
|
+
<dc:format>image/svg+xml</dc:format>
|
77
|
+
<dc:type
|
78
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
79
|
+
<dc:title></dc:title>
|
80
|
+
</cc:Work>
|
81
|
+
</rdf:RDF>
|
82
|
+
</metadata>
|
83
|
+
<g
|
84
|
+
inkscape:label="Layer 1"
|
85
|
+
inkscape:groupmode="layer"
|
86
|
+
id="layer1"
|
87
|
+
transform="translate(0,-52.518951)">
|
88
|
+
<g
|
89
|
+
aria-label="MINIDUSEN"
|
90
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
91
|
+
id="text1385">
|
92
|
+
<path
|
93
|
+
d="m 7.6041248,52.645951 v 6.985 H 6.0272082 v -4.111625 l 0.068792,-1.169458 -0.269875,1.338791 -1.1747499,3.381375 H 3.1009166 l -1.1694583,-3.381375 -0.2645834,-1.338791 0.068792,1.169458 v 4.111625 H 0.15345833 v -6.985 H 2.3759583 l 1.4075833,4.661958 0.09525,0.555625 0.09525,-0.555625 1.4075833,-4.661958 z"
|
94
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
95
|
+
id="path822" />
|
96
|
+
<path
|
97
|
+
d="m 8.9217348,52.645951 h 1.5822082 v 6.985 H 8.9217348 Z"
|
98
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
99
|
+
id="path824" />
|
100
|
+
<path
|
101
|
+
d="m 13.192091,54.095868 0.116417,0.02117 v 5.513917 h -1.582209 v -6.985 h 2.159 l 2.831042,5.503333 -0.116417,0.02117 v -5.5245 h 1.582209 v 6.985 h -2.169584 z"
|
102
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
103
|
+
id="path826" />
|
104
|
+
<path
|
105
|
+
d="m 19.436255,52.645951 h 1.582208 v 6.985 h -1.582208 z"
|
106
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
107
|
+
id="path828" />
|
108
|
+
<path
|
109
|
+
d="m 22.256693,52.645951 h 2.100792 q 1.116541,0 1.846791,0.449792 0.735542,0.4445 1.100667,1.232958 0.365125,0.788458 0.365125,1.804458 0,1.021292 -0.365125,1.80975 -0.365125,0.788459 -1.100667,1.23825 -0.73025,0.449792 -1.846791,0.449792 h -2.100792 z m 1.576917,1.402292 v 4.180416 h 0.381 q 0.597958,0 0.989541,-0.269875 0.391584,-0.275166 0.587375,-0.746125 0.201084,-0.47625 0.201084,-1.068916 0,-0.597959 -0.195792,-1.068917 -0.1905,-0.47625 -0.587375,-0.751417 -0.396875,-0.275166 -0.994833,-0.275166 z"
|
110
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
111
|
+
id="path830" />
|
112
|
+
<path
|
113
|
+
d="m 32.633632,52.645951 h 1.582208 v 4.291542 q 0,0.862541 -0.338666,1.497541 -0.338667,0.629709 -0.968375,0.978959 -0.629709,0.343958 -1.502834,0.343958 -0.878416,0 -1.513416,-0.343958 -0.635,-0.34925 -0.973667,-0.978959 -0.333375,-0.635 -0.333375,-1.497541 v -4.291542 h 1.576917 v 4.206875 q 0,0.47625 0.148166,0.804333 0.153459,0.328084 0.433917,0.497417 0.280458,0.164042 0.661458,0.164042 0.375709,0 0.650875,-0.164042 0.275167,-0.169333 0.423334,-0.497417 0.153458,-0.328083 0.153458,-0.804333 z"
|
114
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
115
|
+
id="path832" />
|
116
|
+
<path
|
117
|
+
d="m 37.877668,52.518951 q 0.650875,0 1.137709,0.142875 0.486833,0.142875 0.783166,0.301625 0.296333,0.15875 0.359833,0.211667 l -0.762,1.275291 q -0.08467,-0.0635 -0.291041,-0.185208 -0.201083,-0.121708 -0.481542,-0.216958 -0.275166,-0.09525 -0.576791,-0.09525 -0.407459,0 -0.661459,0.148166 -0.248708,0.142875 -0.248708,0.428625 0,0.195792 0.132292,0.354542 0.137583,0.153458 0.41275,0.296333 0.280458,0.137584 0.709083,0.301625 0.391583,0.142875 0.735542,0.338667 0.343958,0.195792 0.603249,0.465667 0.264584,0.264583 0.418042,0.613833 0.153458,0.34925 0.153458,0.79375 0,0.529167 -0.216958,0.92075 -0.216958,0.386292 -0.592667,0.640292 -0.370416,0.254 -0.846666,0.375708 -0.470958,0.127 -0.978958,0.127 -0.719667,0 -1.291167,-0.164042 -0.566208,-0.164041 -0.915458,-0.354541 -0.34925,-0.1905 -0.418042,-0.254 l 0.788458,-1.328209 q 0.0635,0.04762 0.243417,0.153459 0.185208,0.105833 0.449792,0.22225 0.264583,0.111125 0.560916,0.1905 0.301625,0.07937 0.592667,0.07937 0.486833,0 0.73025,-0.185209 0.243417,-0.1905 0.243417,-0.497416 0,-0.227542 -0.153459,-0.407459 -0.153458,-0.179916 -0.460375,-0.338666 -0.306916,-0.164042 -0.767291,-0.343959 -0.460375,-0.185208 -0.862542,-0.449791 -0.396875,-0.264584 -0.645583,-0.661459 -0.248709,-0.396875 -0.248709,-0.98425 0,-0.587375 0.328084,-1.016 0.333375,-0.433916 0.873125,-0.66675 0.545041,-0.232833 1.164166,-0.232833 z"
|
118
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
119
|
+
id="path834" />
|
120
|
+
<path
|
121
|
+
d="m 41.253748,52.645951 h 4.460875 v 1.386417 h -2.883958 v 1.423458 h 2.8575 v 1.344083 h -2.8575 v 1.444625 h 2.883958 v 1.386417 h -4.460875 z"
|
122
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
123
|
+
id="path836" />
|
124
|
+
<path
|
125
|
+
d="m 48.376312,54.095868 0.116417,0.02117 v 5.513917 h -1.582208 v -6.985 h 2.159 l 2.831041,5.503333 -0.116416,0.02117 v -5.5245 h 1.582208 v 6.985 h -2.169583 z"
|
126
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
|
127
|
+
id="path838" />
|
128
|
+
</g>
|
129
|
+
<rect
|
130
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02652412;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
131
|
+
id="rect1387"
|
132
|
+
width="53.36171"
|
133
|
+
height="1.2668874"
|
134
|
+
x="-3.5527137e-15"
|
135
|
+
y="65.308289" />
|
136
|
+
</g>
|
137
|
+
</svg>
|
@@ -0,0 +1,107 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="53.366352mm"
|
14
|
+
height="14.056225mm"
|
15
|
+
viewBox="0 0 53.366351 14.056225"
|
16
|
+
version="1.1"
|
17
|
+
id="svg838"
|
18
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
19
|
+
sodipodi:docname="logo.dark.text.svg"
|
20
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
|
21
|
+
inkscape:export-xdpi="196"
|
22
|
+
inkscape:export-ydpi="196">
|
23
|
+
<defs
|
24
|
+
id="defs832">
|
25
|
+
<linearGradient
|
26
|
+
inkscape:collect="always"
|
27
|
+
id="linearGradient1406">
|
28
|
+
<stop
|
29
|
+
style="stop-color:#ff0844;stop-opacity:1"
|
30
|
+
offset="0"
|
31
|
+
id="stop1402" />
|
32
|
+
<stop
|
33
|
+
style="stop-color:#ffb199;stop-opacity:1"
|
34
|
+
offset="1"
|
35
|
+
id="stop1404" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
inkscape:collect="always"
|
39
|
+
xlink:href="#linearGradient1406"
|
40
|
+
id="linearGradient1408"
|
41
|
+
x1="22.054907"
|
42
|
+
y1="91.071762"
|
43
|
+
x2="88.956696"
|
44
|
+
y2="91.071762"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(0.79761275,0,0,0.08820435,-17.591275,57.908781)" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="89.6"
|
56
|
+
inkscape:cx="202.55488"
|
57
|
+
inkscape:cy="0.72003331"
|
58
|
+
inkscape:document-units="mm"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="2560"
|
66
|
+
inkscape:window-height="1391"
|
67
|
+
inkscape:window-x="1920"
|
68
|
+
inkscape:window-y="0"
|
69
|
+
inkscape:window-maximized="1"
|
70
|
+
inkscape:pagecheckerboard="true" />
|
71
|
+
<metadata
|
72
|
+
id="metadata835">
|
73
|
+
<rdf:RDF>
|
74
|
+
<cc:Work
|
75
|
+
rdf:about="">
|
76
|
+
<dc:format>image/svg+xml</dc:format>
|
77
|
+
<dc:type
|
78
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
79
|
+
<dc:title></dc:title>
|
80
|
+
</cc:Work>
|
81
|
+
</rdf:RDF>
|
82
|
+
</metadata>
|
83
|
+
<g
|
84
|
+
inkscape:label="Layer 1"
|
85
|
+
inkscape:groupmode="layer"
|
86
|
+
id="layer1"
|
87
|
+
transform="translate(0,-52.518951)">
|
88
|
+
<text
|
89
|
+
xml:space="preserve"
|
90
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
91
|
+
x="-0.27516666"
|
92
|
+
y="59.630951"
|
93
|
+
id="text1385"><tspan
|
94
|
+
sodipodi:role="line"
|
95
|
+
id="tspan1383"
|
96
|
+
x="-0.27516666"
|
97
|
+
y="59.630951"
|
98
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#ffffff;fill-opacity:1;stroke-width:0.26458332">MINIDUSEN</tspan></text>
|
99
|
+
<rect
|
100
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02652412;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
101
|
+
id="rect1387"
|
102
|
+
width="53.36171"
|
103
|
+
height="1.2668874"
|
104
|
+
x="-3.5527137e-15"
|
105
|
+
y="65.308289" />
|
106
|
+
</g>
|
107
|
+
</svg>
|
@@ -0,0 +1,136 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="53.366352mm"
|
14
|
+
height="14.056225mm"
|
15
|
+
viewBox="0 0 53.366351 14.056225"
|
16
|
+
version="1.1"
|
17
|
+
id="svg838"
|
18
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
19
|
+
sodipodi:docname="logo.light.shapes.svg"
|
20
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
|
21
|
+
inkscape:export-xdpi="196"
|
22
|
+
inkscape:export-ydpi="196">
|
23
|
+
<defs
|
24
|
+
id="defs832">
|
25
|
+
<linearGradient
|
26
|
+
inkscape:collect="always"
|
27
|
+
id="linearGradient1406">
|
28
|
+
<stop
|
29
|
+
style="stop-color:#ff0844;stop-opacity:1"
|
30
|
+
offset="0"
|
31
|
+
id="stop1402" />
|
32
|
+
<stop
|
33
|
+
style="stop-color:#ffb199;stop-opacity:1"
|
34
|
+
offset="1"
|
35
|
+
id="stop1404" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
inkscape:collect="always"
|
39
|
+
xlink:href="#linearGradient1406"
|
40
|
+
id="linearGradient1408"
|
41
|
+
x1="22.054907"
|
42
|
+
y1="91.071762"
|
43
|
+
x2="88.956696"
|
44
|
+
y2="91.071762"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(0.79763917,0,0,0.08820435,-17.591858,57.908781)" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.979899"
|
56
|
+
inkscape:cx="325.01986"
|
57
|
+
inkscape:cy="-18.74716"
|
58
|
+
inkscape:document-units="mm"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="2560"
|
66
|
+
inkscape:window-height="1391"
|
67
|
+
inkscape:window-x="1920"
|
68
|
+
inkscape:window-y="0"
|
69
|
+
inkscape:window-maximized="1" />
|
70
|
+
<metadata
|
71
|
+
id="metadata835">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="Layer 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(0,-52.518951)">
|
87
|
+
<g
|
88
|
+
aria-label="MINIDUSEN"
|
89
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#141210;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
90
|
+
id="text1385">
|
91
|
+
<path
|
92
|
+
d="m 7.6041248,52.645951 v 6.985 H 6.0272082 v -4.111625 l 0.068792,-1.169458 -0.269875,1.338791 -1.1747499,3.381375 H 3.1009166 l -1.1694583,-3.381375 -0.2645834,-1.338791 0.068792,1.169458 v 4.111625 H 0.15345833 v -6.985 H 2.3759583 l 1.4075833,4.661958 0.09525,0.555625 0.09525,-0.555625 1.4075833,-4.661958 z"
|
93
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
94
|
+
id="path822" />
|
95
|
+
<path
|
96
|
+
d="m 8.9217348,52.645951 h 1.5822082 v 6.985 H 8.9217348 Z"
|
97
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
98
|
+
id="path824" />
|
99
|
+
<path
|
100
|
+
d="m 13.192091,54.095868 0.116417,0.02117 v 5.513917 h -1.582209 v -6.985 h 2.159 l 2.831042,5.503333 -0.116417,0.02117 v -5.5245 h 1.582209 v 6.985 h -2.169584 z"
|
101
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
102
|
+
id="path826" />
|
103
|
+
<path
|
104
|
+
d="m 19.436255,52.645951 h 1.582208 v 6.985 h -1.582208 z"
|
105
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
106
|
+
id="path828" />
|
107
|
+
<path
|
108
|
+
d="m 22.256693,52.645951 h 2.100792 q 1.116541,0 1.846791,0.449792 0.735542,0.4445 1.100667,1.232958 0.365125,0.788458 0.365125,1.804458 0,1.021292 -0.365125,1.80975 -0.365125,0.788459 -1.100667,1.23825 -0.73025,0.449792 -1.846791,0.449792 h -2.100792 z m 1.576917,1.402292 v 4.180416 h 0.381 q 0.597958,0 0.989541,-0.269875 0.391584,-0.275166 0.587375,-0.746125 0.201084,-0.47625 0.201084,-1.068916 0,-0.597959 -0.195792,-1.068917 -0.1905,-0.47625 -0.587375,-0.751417 -0.396875,-0.275166 -0.994833,-0.275166 z"
|
109
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
110
|
+
id="path830" />
|
111
|
+
<path
|
112
|
+
d="m 32.633632,52.645951 h 1.582208 v 4.291542 q 0,0.862541 -0.338666,1.497541 -0.338667,0.629709 -0.968375,0.978959 -0.629709,0.343958 -1.502834,0.343958 -0.878416,0 -1.513416,-0.343958 -0.635,-0.34925 -0.973667,-0.978959 -0.333375,-0.635 -0.333375,-1.497541 v -4.291542 h 1.576917 v 4.206875 q 0,0.47625 0.148166,0.804333 0.153459,0.328084 0.433917,0.497417 0.280458,0.164042 0.661458,0.164042 0.375709,0 0.650875,-0.164042 0.275167,-0.169333 0.423334,-0.497417 0.153458,-0.328083 0.153458,-0.804333 z"
|
113
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
114
|
+
id="path832" />
|
115
|
+
<path
|
116
|
+
d="m 37.877668,52.518951 q 0.650875,0 1.137709,0.142875 0.486833,0.142875 0.783166,0.301625 0.296333,0.15875 0.359833,0.211667 l -0.762,1.275291 q -0.08467,-0.0635 -0.291041,-0.185208 -0.201083,-0.121708 -0.481542,-0.216958 -0.275166,-0.09525 -0.576791,-0.09525 -0.407459,0 -0.661459,0.148166 -0.248708,0.142875 -0.248708,0.428625 0,0.195792 0.132292,0.354542 0.137583,0.153458 0.41275,0.296333 0.280458,0.137584 0.709083,0.301625 0.391583,0.142875 0.735542,0.338667 0.343958,0.195792 0.603249,0.465667 0.264584,0.264583 0.418042,0.613833 0.153458,0.34925 0.153458,0.79375 0,0.529167 -0.216958,0.92075 -0.216958,0.386292 -0.592667,0.640292 -0.370416,0.254 -0.846666,0.375708 -0.470958,0.127 -0.978958,0.127 -0.719667,0 -1.291167,-0.164042 -0.566208,-0.164041 -0.915458,-0.354541 -0.34925,-0.1905 -0.418042,-0.254 l 0.788458,-1.328209 q 0.0635,0.04762 0.243417,0.153459 0.185208,0.105833 0.449792,0.22225 0.264583,0.111125 0.560916,0.1905 0.301625,0.07937 0.592667,0.07937 0.486833,0 0.73025,-0.185209 0.243417,-0.1905 0.243417,-0.497416 0,-0.227542 -0.153459,-0.407459 -0.153458,-0.179916 -0.460375,-0.338666 -0.306916,-0.164042 -0.767291,-0.343959 -0.460375,-0.185208 -0.862542,-0.449791 -0.396875,-0.264584 -0.645583,-0.661459 -0.248709,-0.396875 -0.248709,-0.98425 0,-0.587375 0.328084,-1.016 0.333375,-0.433916 0.873125,-0.66675 0.545041,-0.232833 1.164166,-0.232833 z"
|
117
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
118
|
+
id="path834" />
|
119
|
+
<path
|
120
|
+
d="m 41.253748,52.645951 h 4.460875 v 1.386417 h -2.883958 v 1.423458 h 2.8575 v 1.344083 h -2.8575 v 1.444625 h 2.883958 v 1.386417 h -4.460875 z"
|
121
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
122
|
+
id="path836" />
|
123
|
+
<path
|
124
|
+
d="m 48.376312,54.095868 0.116417,0.02117 v 5.513917 h -1.582208 v -6.985 h 2.159 l 2.831041,5.503333 -0.116416,0.02117 v -5.5245 h 1.582208 v 6.985 h -2.169583 z"
|
125
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332"
|
126
|
+
id="path838" />
|
127
|
+
</g>
|
128
|
+
<rect
|
129
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02652455;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
130
|
+
id="rect1387"
|
131
|
+
width="53.363483"
|
132
|
+
height="1.2668874"
|
133
|
+
x="-3.5527137e-15"
|
134
|
+
y="65.308289" />
|
135
|
+
</g>
|
136
|
+
</svg>
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
3
|
+
|
4
|
+
<svg
|
5
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
6
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
7
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
8
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
10
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
11
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
13
|
+
width="53.366352mm"
|
14
|
+
height="14.056225mm"
|
15
|
+
viewBox="0 0 53.366351 14.056225"
|
16
|
+
version="1.1"
|
17
|
+
id="svg838"
|
18
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
|
19
|
+
sodipodi:docname="logo.light.text.svg"
|
20
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
|
21
|
+
inkscape:export-xdpi="196"
|
22
|
+
inkscape:export-ydpi="196">
|
23
|
+
<defs
|
24
|
+
id="defs832">
|
25
|
+
<linearGradient
|
26
|
+
inkscape:collect="always"
|
27
|
+
id="linearGradient1406">
|
28
|
+
<stop
|
29
|
+
style="stop-color:#ff0844;stop-opacity:1"
|
30
|
+
offset="0"
|
31
|
+
id="stop1402" />
|
32
|
+
<stop
|
33
|
+
style="stop-color:#ffb199;stop-opacity:1"
|
34
|
+
offset="1"
|
35
|
+
id="stop1404" />
|
36
|
+
</linearGradient>
|
37
|
+
<linearGradient
|
38
|
+
inkscape:collect="always"
|
39
|
+
xlink:href="#linearGradient1406"
|
40
|
+
id="linearGradient1408"
|
41
|
+
x1="22.054907"
|
42
|
+
y1="91.071762"
|
43
|
+
x2="88.956696"
|
44
|
+
y2="91.071762"
|
45
|
+
gradientUnits="userSpaceOnUse"
|
46
|
+
gradientTransform="matrix(0.79763917,0,0,0.08820435,-17.591858,57.908781)" />
|
47
|
+
</defs>
|
48
|
+
<sodipodi:namedview
|
49
|
+
id="base"
|
50
|
+
pagecolor="#ffffff"
|
51
|
+
bordercolor="#666666"
|
52
|
+
borderopacity="1.0"
|
53
|
+
inkscape:pageopacity="0.0"
|
54
|
+
inkscape:pageshadow="2"
|
55
|
+
inkscape:zoom="1.979899"
|
56
|
+
inkscape:cx="325.01986"
|
57
|
+
inkscape:cy="-18.74716"
|
58
|
+
inkscape:document-units="mm"
|
59
|
+
inkscape:current-layer="layer1"
|
60
|
+
showgrid="false"
|
61
|
+
fit-margin-top="0"
|
62
|
+
fit-margin-left="0"
|
63
|
+
fit-margin-right="0"
|
64
|
+
fit-margin-bottom="0"
|
65
|
+
inkscape:window-width="2560"
|
66
|
+
inkscape:window-height="1391"
|
67
|
+
inkscape:window-x="1920"
|
68
|
+
inkscape:window-y="0"
|
69
|
+
inkscape:window-maximized="1" />
|
70
|
+
<metadata
|
71
|
+
id="metadata835">
|
72
|
+
<rdf:RDF>
|
73
|
+
<cc:Work
|
74
|
+
rdf:about="">
|
75
|
+
<dc:format>image/svg+xml</dc:format>
|
76
|
+
<dc:type
|
77
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
78
|
+
<dc:title></dc:title>
|
79
|
+
</cc:Work>
|
80
|
+
</rdf:RDF>
|
81
|
+
</metadata>
|
82
|
+
<g
|
83
|
+
inkscape:label="Layer 1"
|
84
|
+
inkscape:groupmode="layer"
|
85
|
+
id="layer1"
|
86
|
+
transform="translate(0,-52.518951)">
|
87
|
+
<text
|
88
|
+
xml:space="preserve"
|
89
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#141210;fill-opacity:1;stroke:none;stroke-width:0.26458332"
|
90
|
+
x="-0.27516666"
|
91
|
+
y="59.630951"
|
92
|
+
id="text1385"><tspan
|
93
|
+
sodipodi:role="line"
|
94
|
+
id="tspan1383"
|
95
|
+
x="-0.27516666"
|
96
|
+
y="59.630951"
|
97
|
+
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';fill:#141210;fill-opacity:1;stroke-width:0.26458332">MINIDUSEN</tspan></text>
|
98
|
+
<rect
|
99
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.02652455;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
100
|
+
id="rect1387"
|
101
|
+
width="53.363483"
|
102
|
+
height="1.2668874"
|
103
|
+
x="-3.5527137e-15"
|
104
|
+
y="65.308289" />
|
105
|
+
</g>
|
106
|
+
</svg>
|