patiently 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 +7 -0
- data/.github/workflows/test.yml +35 -0
- data/.gitignore +12 -0
- data/.rspec +3 -0
- data/.ruby-version +1 -0
- data/AGENTS.md +67 -0
- data/CHANGELOG.md +18 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +34 -0
- data/LICENSE.txt +21 -0
- data/README.md +187 -0
- data/Rakefile +8 -0
- data/bin/console +11 -0
- data/bin/setup +8 -0
- data/lib/patiently/configuration.rb +61 -0
- data/lib/patiently/errors.rb +12 -0
- data/lib/patiently/helpers.rb +81 -0
- data/lib/patiently/rspec.rb +12 -0
- data/lib/patiently/version.rb +5 -0
- data/lib/patiently.rb +24 -0
- data/media/logo.dark.shapes.svg +155 -0
- data/media/logo.dark.text.svg +125 -0
- data/media/logo.light.shapes.svg +145 -0
- data/media/logo.light.text.svg +115 -0
- data/media/makandra-with-bottom-margin.dark.svg +180 -0
- data/media/makandra-with-bottom-margin.light.svg +180 -0
- data/patiently.gemspec +36 -0
- metadata +76 -0
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="48.698933mm"
|
|
6
|
+
height="13.929203mm"
|
|
7
|
+
viewBox="0 0 48.698931 13.929203"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg838"
|
|
10
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
|
11
|
+
sodipodi:docname="logo.light.shapes.svg"
|
|
12
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
|
|
13
|
+
inkscape:export-xdpi="196"
|
|
14
|
+
inkscape:export-ydpi="196"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
21
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
22
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
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.72791676,0,0,0.08820435,-16.054137,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="28.031733"
|
|
57
|
+
inkscape:cy="-43.184021"
|
|
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="1920"
|
|
66
|
+
inkscape:window-height="1151"
|
|
67
|
+
inkscape:window-x="1920"
|
|
68
|
+
inkscape:window-y="0"
|
|
69
|
+
inkscape:window-maximized="1"
|
|
70
|
+
inkscape:pagecheckerboard="true"
|
|
71
|
+
inkscape:snap-bbox="true"
|
|
72
|
+
inkscape:snap-bbox-edge-midpoints="true"
|
|
73
|
+
inkscape:bbox-nodes="true"
|
|
74
|
+
inkscape:bbox-paths="true"
|
|
75
|
+
showguides="true"
|
|
76
|
+
inkscape:guide-bbox="true"
|
|
77
|
+
inkscape:snap-others="false"
|
|
78
|
+
inkscape:object-nodes="false"
|
|
79
|
+
inkscape:snap-nodes="false">
|
|
80
|
+
<inkscape:grid
|
|
81
|
+
type="xygrid"
|
|
82
|
+
id="grid822"
|
|
83
|
+
originx="-0.33337498"
|
|
84
|
+
originy="-0.12702217" />
|
|
85
|
+
<sodipodi:guide
|
|
86
|
+
position="48.698932,9.3347385"
|
|
87
|
+
orientation="1,0"
|
|
88
|
+
id="guide1731" />
|
|
89
|
+
</sodipodi:namedview>
|
|
90
|
+
<metadata
|
|
91
|
+
id="metadata835">
|
|
92
|
+
<rdf:RDF>
|
|
93
|
+
<cc:Work
|
|
94
|
+
rdf:about="">
|
|
95
|
+
<dc:format>image/svg+xml</dc:format>
|
|
96
|
+
<dc:type
|
|
97
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
98
|
+
</cc:Work>
|
|
99
|
+
</rdf:RDF>
|
|
100
|
+
</metadata>
|
|
101
|
+
<g
|
|
102
|
+
inkscape:label="Layer 1"
|
|
103
|
+
inkscape:groupmode="layer"
|
|
104
|
+
id="layer1"
|
|
105
|
+
transform="translate(0,-52.645973)">
|
|
106
|
+
<g
|
|
107
|
+
aria-label="PATIENTLY"
|
|
108
|
+
id="text1385"
|
|
109
|
+
style="font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke-width:0.264583">
|
|
110
|
+
<path
|
|
111
|
+
d="M 0.17462357,52.645973 H 2.7146155 q 0.6720395,0 1.2117878,0.238124 0.5397483,0.232833 0.8572473,0.714373 0.3227906,0.476249 0.3227906,1.195913 0,0.714373 -0.3227906,1.217079 -0.317499,0.497416 -0.8572473,0.761998 -0.5397483,0.259291 -1.2117878,0.259291 H 1.7568269 v 2.5982 H 0.17462357 Z m 1.58220333,3.137949 h 0.5185817 q 0.3227906,0 0.5767898,-0.09525 0.2592908,-0.09525 0.4127487,-0.301624 0.1534578,-0.211666 0.1534578,-0.555623 0,-0.349249 -0.1534578,-0.550332 Q 3.1114892,54.074719 2.8521984,53.984761 2.5981992,53.894803 2.2754086,53.894803 H 1.7568269 Z"
|
|
112
|
+
style="font-weight:bold"
|
|
113
|
+
id="path1747" />
|
|
114
|
+
<path
|
|
115
|
+
d="m 7.4876704,52.645973 h 1.57162 L 11.81624,59.630951 H 10.128204 L 9.6202053,58.228664 H 6.9320472 l -0.51329,1.402287 h -1.693328 z m -0.026458,4.196278 H 9.096332 L 8.2867096,54.550967 h -0.015875 z"
|
|
116
|
+
style="font-weight:bold"
|
|
117
|
+
id="path1749" />
|
|
118
|
+
<path
|
|
119
|
+
d="m 12.996256,54.032385 h -1.66687 v -1.386412 h 4.910651 v 1.386412 h -1.661578 v 5.598566 h -1.582203 z"
|
|
120
|
+
style="font-weight:bold"
|
|
121
|
+
id="path1751" />
|
|
122
|
+
<path
|
|
123
|
+
d="m 17.150183,52.645973 h 1.582203 v 6.984978 h -1.582203 z"
|
|
124
|
+
style="font-weight:bold"
|
|
125
|
+
id="path1753" />
|
|
126
|
+
<path
|
|
127
|
+
d="M 19.954739,52.645973 H 24.4156 v 1.386412 h -2.883949 v 1.423454 h 2.857491 v 1.344079 h -2.857491 v 1.444621 H 24.4156 v 1.386412 h -4.460861 z"
|
|
128
|
+
style="font-weight:bold"
|
|
129
|
+
id="path1755" />
|
|
130
|
+
<path
|
|
131
|
+
d="m 27.077282,54.095885 0.116416,0.02117 v 5.513899 h -1.582203 v -6.984978 h 2.158993 l 2.831033,5.503316 -0.116417,0.02117 v -5.524483 h 1.582204 v 6.984978 h -2.169577 z"
|
|
132
|
+
style="font-weight:bold"
|
|
133
|
+
id="path1757" />
|
|
134
|
+
<path
|
|
135
|
+
d="m 34.564961,54.032385 h -1.66687 v -1.386412 h 4.910651 v 1.386412 h -1.661578 v 5.598566 h -1.582203 z"
|
|
136
|
+
style="font-weight:bold"
|
|
137
|
+
id="path1759" />
|
|
138
|
+
<path
|
|
139
|
+
d="m 38.703013,52.645973 h 1.582203 v 5.598566 h 2.5347 v 1.386412 h -4.116903 z"
|
|
140
|
+
style="font-weight:bold"
|
|
141
|
+
id="path1761" />
|
|
142
|
+
<path
|
|
143
|
+
d="m 44.719612,57.117417 -2.407701,-4.471444 h 1.920869 l 1.275288,2.6617 1.280579,-2.6617 h 1.910285 l -2.397117,4.471444 v 2.513534 h -1.582203 z"
|
|
144
|
+
style="font-weight:bold"
|
|
145
|
+
id="path1763" />
|
|
146
|
+
</g>
|
|
147
|
+
<rect
|
|
148
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0253388;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
149
|
+
id="rect1387"
|
|
150
|
+
width="48.698933"
|
|
151
|
+
height="1.2668874"
|
|
152
|
+
x="-3.5028745e-15"
|
|
153
|
+
y="65.308289" />
|
|
154
|
+
</g>
|
|
155
|
+
</svg>
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="48.698933mm"
|
|
6
|
+
height="13.929203mm"
|
|
7
|
+
viewBox="0 0 48.698931 13.929203"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg838"
|
|
10
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
|
11
|
+
sodipodi:docname="logo.dark.text.svg"
|
|
12
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep.dark.png"
|
|
13
|
+
inkscape:export-xdpi="196"
|
|
14
|
+
inkscape:export-ydpi="196"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
21
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
22
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
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.72791676,0,0,0.08820435,-16.054137,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="28.031733"
|
|
57
|
+
inkscape:cy="-43.184021"
|
|
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="1920"
|
|
66
|
+
inkscape:window-height="1151"
|
|
67
|
+
inkscape:window-x="1920"
|
|
68
|
+
inkscape:window-y="0"
|
|
69
|
+
inkscape:window-maximized="1"
|
|
70
|
+
inkscape:pagecheckerboard="true"
|
|
71
|
+
inkscape:snap-bbox="true"
|
|
72
|
+
inkscape:snap-bbox-edge-midpoints="true"
|
|
73
|
+
inkscape:bbox-nodes="true"
|
|
74
|
+
inkscape:bbox-paths="true"
|
|
75
|
+
showguides="true"
|
|
76
|
+
inkscape:guide-bbox="true"
|
|
77
|
+
inkscape:snap-others="false"
|
|
78
|
+
inkscape:object-nodes="false"
|
|
79
|
+
inkscape:snap-nodes="false">
|
|
80
|
+
<inkscape:grid
|
|
81
|
+
type="xygrid"
|
|
82
|
+
id="grid822"
|
|
83
|
+
originx="-0.33337498"
|
|
84
|
+
originy="-0.12702217" />
|
|
85
|
+
<sodipodi:guide
|
|
86
|
+
position="48.698932,9.3347385"
|
|
87
|
+
orientation="1,0"
|
|
88
|
+
id="guide1731" />
|
|
89
|
+
</sodipodi:namedview>
|
|
90
|
+
<metadata
|
|
91
|
+
id="metadata835">
|
|
92
|
+
<rdf:RDF>
|
|
93
|
+
<cc:Work
|
|
94
|
+
rdf:about="">
|
|
95
|
+
<dc:format>image/svg+xml</dc:format>
|
|
96
|
+
<dc:type
|
|
97
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
98
|
+
</cc:Work>
|
|
99
|
+
</rdf:RDF>
|
|
100
|
+
</metadata>
|
|
101
|
+
<g
|
|
102
|
+
inkscape:label="Layer 1"
|
|
103
|
+
inkscape:groupmode="layer"
|
|
104
|
+
id="layer1"
|
|
105
|
+
transform="translate(0,-52.645973)">
|
|
106
|
+
<text
|
|
107
|
+
xml:space="preserve"
|
|
108
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;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.264583"
|
|
109
|
+
x="-0.27516666"
|
|
110
|
+
y="59.630951"
|
|
111
|
+
id="text1385"><tspan
|
|
112
|
+
sodipodi:role="line"
|
|
113
|
+
id="tspan1383"
|
|
114
|
+
x="-0.27516666"
|
|
115
|
+
y="59.630951"
|
|
116
|
+
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.264583">PATIENTLY</tspan></text>
|
|
117
|
+
<rect
|
|
118
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0253388;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
119
|
+
id="rect1387"
|
|
120
|
+
width="48.698933"
|
|
121
|
+
height="1.2668874"
|
|
122
|
+
x="-3.5028745e-15"
|
|
123
|
+
y="65.308289" />
|
|
124
|
+
</g>
|
|
125
|
+
</svg>
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="48.712872mm"
|
|
6
|
+
height="13.929203mm"
|
|
7
|
+
viewBox="0 0 48.71287 13.929203"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg838"
|
|
10
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
|
11
|
+
sodipodi:docname="logo.light.shapes.svg"
|
|
12
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
|
|
13
|
+
inkscape:export-xdpi="196"
|
|
14
|
+
inkscape:export-ydpi="196"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
21
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
22
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
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.72812515,0,0,0.08820435,-16.058734,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="91.166267"
|
|
57
|
+
inkscape:cy="-56.821081"
|
|
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="1920"
|
|
66
|
+
inkscape:window-height="1151"
|
|
67
|
+
inkscape:window-x="1920"
|
|
68
|
+
inkscape:window-y="0"
|
|
69
|
+
inkscape:window-maximized="1"
|
|
70
|
+
inkscape:pagecheckerboard="0"
|
|
71
|
+
showguides="true"
|
|
72
|
+
inkscape:guide-bbox="true"
|
|
73
|
+
inkscape:snap-global="true"
|
|
74
|
+
inkscape:snap-bbox="true">
|
|
75
|
+
<sodipodi:guide
|
|
76
|
+
position="48.712873,16.648018"
|
|
77
|
+
orientation="1,0"
|
|
78
|
+
id="guide2928" />
|
|
79
|
+
</sodipodi:namedview>
|
|
80
|
+
<metadata
|
|
81
|
+
id="metadata835">
|
|
82
|
+
<rdf:RDF>
|
|
83
|
+
<cc:Work
|
|
84
|
+
rdf:about="">
|
|
85
|
+
<dc:format>image/svg+xml</dc:format>
|
|
86
|
+
<dc:type
|
|
87
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
88
|
+
</cc:Work>
|
|
89
|
+
</rdf:RDF>
|
|
90
|
+
</metadata>
|
|
91
|
+
<g
|
|
92
|
+
inkscape:label="Layer 1"
|
|
93
|
+
inkscape:groupmode="layer"
|
|
94
|
+
id="layer1"
|
|
95
|
+
transform="translate(0,-52.645973)">
|
|
96
|
+
<g
|
|
97
|
+
aria-label="PATIENTLY"
|
|
98
|
+
id="text1385"
|
|
99
|
+
style="font-size:10.5833px;line-height:1.25;font-family:'League Spartan';-inkscape-font-specification:'League Spartan';letter-spacing:0px;word-spacing:0px;fill:#141210;stroke-width:0.264583">
|
|
100
|
+
<path
|
|
101
|
+
d="M 0.17462357,52.645973 H 2.7146155 q 0.6720395,0 1.2117878,0.238124 0.5397483,0.232833 0.8572473,0.714373 0.3227906,0.476249 0.3227906,1.195913 0,0.714373 -0.3227906,1.217079 -0.317499,0.497416 -0.8572473,0.761998 -0.5397483,0.259291 -1.2117878,0.259291 H 1.7568269 v 2.5982 H 0.17462357 Z m 1.58220333,3.137949 h 0.5185817 q 0.3227906,0 0.5767898,-0.09525 0.2592908,-0.09525 0.4127487,-0.301624 0.1534578,-0.211666 0.1534578,-0.555623 0,-0.349249 -0.1534578,-0.550332 Q 3.1114892,54.074719 2.8521984,53.984761 2.5981992,53.894803 2.2754086,53.894803 H 1.7568269 Z"
|
|
102
|
+
style="font-weight:bold"
|
|
103
|
+
id="path2943" />
|
|
104
|
+
<path
|
|
105
|
+
d="m 7.4876704,52.645973 h 1.57162 L 11.81624,59.630951 H 10.128204 L 9.6202053,58.228664 H 6.9320472 l -0.51329,1.402287 h -1.693328 z m -0.026458,4.196278 H 9.096332 L 8.2867096,54.550967 h -0.015875 z"
|
|
106
|
+
style="font-weight:bold"
|
|
107
|
+
id="path2945" />
|
|
108
|
+
<path
|
|
109
|
+
d="m 12.996256,54.032385 h -1.66687 v -1.386412 h 4.910651 v 1.386412 h -1.661578 v 5.598566 h -1.582203 z"
|
|
110
|
+
style="font-weight:bold"
|
|
111
|
+
id="path2947" />
|
|
112
|
+
<path
|
|
113
|
+
d="m 17.150183,52.645973 h 1.582203 v 6.984978 h -1.582203 z"
|
|
114
|
+
style="font-weight:bold"
|
|
115
|
+
id="path2949" />
|
|
116
|
+
<path
|
|
117
|
+
d="M 19.954739,52.645973 H 24.4156 v 1.386412 h -2.883949 v 1.423454 h 2.857491 v 1.344079 h -2.857491 v 1.444621 H 24.4156 v 1.386412 h -4.460861 z"
|
|
118
|
+
style="font-weight:bold"
|
|
119
|
+
id="path2951" />
|
|
120
|
+
<path
|
|
121
|
+
d="m 27.077282,54.095885 0.116416,0.02117 v 5.513899 h -1.582203 v -6.984978 h 2.158993 l 2.831033,5.503316 -0.116417,0.02117 v -5.524483 h 1.582204 v 6.984978 h -2.169577 z"
|
|
122
|
+
style="font-weight:bold"
|
|
123
|
+
id="path2953" />
|
|
124
|
+
<path
|
|
125
|
+
d="m 34.564961,54.032385 h -1.66687 v -1.386412 h 4.910651 v 1.386412 h -1.661578 v 5.598566 h -1.582203 z"
|
|
126
|
+
style="font-weight:bold"
|
|
127
|
+
id="path2955" />
|
|
128
|
+
<path
|
|
129
|
+
d="m 38.703013,52.645973 h 1.582203 v 5.598566 h 2.5347 v 1.386412 h -4.116903 z"
|
|
130
|
+
style="font-weight:bold"
|
|
131
|
+
id="path2957" />
|
|
132
|
+
<path
|
|
133
|
+
d="m 44.719612,57.117417 -2.407701,-4.471444 h 1.920869 l 1.275288,2.6617 1.280579,-2.6617 h 1.910285 l -2.397117,4.471444 v 2.513534 h -1.582203 z"
|
|
134
|
+
style="font-weight:bold"
|
|
135
|
+
id="path2959" />
|
|
136
|
+
</g>
|
|
137
|
+
<rect
|
|
138
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0253424;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
139
|
+
id="rect1387"
|
|
140
|
+
width="48.712872"
|
|
141
|
+
height="1.2668874"
|
|
142
|
+
x="-3.5527137e-15"
|
|
143
|
+
y="65.308289" />
|
|
144
|
+
</g>
|
|
145
|
+
</svg>
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="48.712872mm"
|
|
6
|
+
height="13.929203mm"
|
|
7
|
+
viewBox="0 0 48.71287 13.929203"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg838"
|
|
10
|
+
inkscape:version="1.1.2 (0a00cf5339, 2022-02-04)"
|
|
11
|
+
sodipodi:docname="logo.light.text.svg"
|
|
12
|
+
inkscape:export-filename="/home/henning/Projects/capybara-lockstep/media/capybara-lockstep3.light.png"
|
|
13
|
+
inkscape:export-xdpi="196"
|
|
14
|
+
inkscape:export-ydpi="196"
|
|
15
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
16
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
17
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
21
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
22
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
|
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.72812515,0,0,0.08820435,-16.058734,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="91.166267"
|
|
57
|
+
inkscape:cy="-56.821081"
|
|
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="1920"
|
|
66
|
+
inkscape:window-height="1151"
|
|
67
|
+
inkscape:window-x="1920"
|
|
68
|
+
inkscape:window-y="0"
|
|
69
|
+
inkscape:window-maximized="1"
|
|
70
|
+
inkscape:pagecheckerboard="0"
|
|
71
|
+
showguides="true"
|
|
72
|
+
inkscape:guide-bbox="true"
|
|
73
|
+
inkscape:snap-global="true"
|
|
74
|
+
inkscape:snap-bbox="true">
|
|
75
|
+
<sodipodi:guide
|
|
76
|
+
position="48.712873,16.648018"
|
|
77
|
+
orientation="1,0"
|
|
78
|
+
id="guide2928" />
|
|
79
|
+
</sodipodi:namedview>
|
|
80
|
+
<metadata
|
|
81
|
+
id="metadata835">
|
|
82
|
+
<rdf:RDF>
|
|
83
|
+
<cc:Work
|
|
84
|
+
rdf:about="">
|
|
85
|
+
<dc:format>image/svg+xml</dc:format>
|
|
86
|
+
<dc:type
|
|
87
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
88
|
+
</cc:Work>
|
|
89
|
+
</rdf:RDF>
|
|
90
|
+
</metadata>
|
|
91
|
+
<g
|
|
92
|
+
inkscape:label="Layer 1"
|
|
93
|
+
inkscape:groupmode="layer"
|
|
94
|
+
id="layer1"
|
|
95
|
+
transform="translate(0,-52.645973)">
|
|
96
|
+
<text
|
|
97
|
+
xml:space="preserve"
|
|
98
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.5833px;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.264583"
|
|
99
|
+
x="-0.27516666"
|
|
100
|
+
y="59.630951"
|
|
101
|
+
id="text1385"><tspan
|
|
102
|
+
sodipodi:role="line"
|
|
103
|
+
id="tspan1383"
|
|
104
|
+
x="-0.27516666"
|
|
105
|
+
y="59.630951"
|
|
106
|
+
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.264583">PATIENTLY</tspan></text>
|
|
107
|
+
<rect
|
|
108
|
+
style="fill:url(#linearGradient1408);fill-opacity:1;stroke:none;stroke-width:0.0253424;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
109
|
+
id="rect1387"
|
|
110
|
+
width="48.712872"
|
|
111
|
+
height="1.2668874"
|
|
112
|
+
x="-3.5527137e-15"
|
|
113
|
+
y="65.308289" />
|
|
114
|
+
</g>
|
|
115
|
+
</svg>
|