placementt-core 1.20.196 → 11.0.533
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.
- package/.eslintrc.js +40 -40
- package/.gitattributes +2 -2
- package/lib/config.d.ts +0 -1
- package/lib/constants.d.ts +5 -2
- package/lib/constants.js +130 -136
- package/lib/constants.js.map +1 -1
- package/lib/features/analytics/useAnalytics.d.ts +0 -1
- package/lib/features/analytics/useAnalytics.js +3 -4
- package/lib/features/analytics/useAnalytics.js.map +1 -1
- package/lib/features/config.d.ts +133 -133
- package/lib/features/config.js +35 -35
- package/lib/features/contacts/contacts.d.ts +75 -75
- package/lib/features/contacts/contacts.js +105 -105
- package/lib/features/contacts/contactsSlice.d.ts +5 -5
- package/lib/features/contacts/useContacts.js +1 -2
- package/lib/features/contacts/useContacts.js.map +1 -1
- package/lib/features/downtime/useDowntime.d.ts +11 -11
- package/lib/features/downtime/useDowntime.js +22 -22
- package/lib/features/dropdown/useDropdown.d.ts +2 -3
- package/lib/features/dropdown/useDropdown.js +1 -2
- package/lib/features/dropdown/useDropdown.js.map +1 -1
- package/lib/features/global/downtime/useDowntime.d.ts +0 -1
- package/lib/features/global/downtime/useDowntime.js +3 -2
- package/lib/features/global/downtime/useDowntime.js.map +1 -1
- package/lib/features/global/users/useUserFunctions.d.ts +0 -1
- package/lib/features/global/users/useUserFunctions.js +6 -7
- package/lib/features/global/users/useUserFunctions.js.map +1 -1
- package/lib/features/placements/studentPlacements/activePlacement.d.ts +1 -1
- package/lib/features/placements/studentPlacements/activePlacement.js +1 -1
- package/lib/features/placements/studentPlacements/activePlacement.js.map +1 -1
- package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.d.ts +4 -5
- package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.js +1 -4
- package/lib/features/placements/studentPlacements/completedStudentPlacementsSlice.js.map +1 -1
- package/lib/features/placements/studentPlacements/studentPlacementsSlice.d.ts +63 -63
- package/lib/features/placements/studentPlacements/studentPlacementsSlice.js +81 -81
- package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.d.ts +4 -4
- package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.js +1 -1
- package/lib/features/placements/studentPlacements/upcomingStudentPlacementsSlice.js.map +1 -1
- package/lib/features/placements/studentPlacements/useStudentPlacements.d.ts +0 -1
- package/lib/features/placements/studentPlacements/useStudentPlacements.js +1 -2
- package/lib/features/placements/studentPlacements/useStudentPlacements.js.map +1 -1
- package/lib/features/providerPlacements/providerPlacementsSlice.d.ts +19 -19
- package/lib/features/providerPlacements/providerPlacementsSlice.js +24 -24
- package/lib/features/referrals/useReferrals.d.ts +0 -1
- package/lib/features/referrals/useReferrals.js +1 -2
- package/lib/features/referrals/useReferrals.js.map +1 -1
- package/lib/features/studentPlacements/studentPlacementsSlice.d.ts +62 -62
- package/lib/features/studentPlacements/studentPlacementsSlice.js +87 -87
- package/lib/features/studentPlacements/useStudentPlacements.d.ts +6 -6
- package/lib/features/studentPlacements/useStudentPlacements.js +18 -18
- package/lib/features/updates/useUpdates.js +1 -2
- package/lib/features/updates/useUpdates.js.map +1 -1
- package/lib/features/userSlice.d.ts +26 -26
- package/lib/features/userSlice.js +23 -23
- package/lib/features/users/useUserFunctions.d.ts +25 -25
- package/lib/features/users/useUserFunctions.js +124 -124
- package/lib/features/users/userSlice.d.ts +46 -46
- package/lib/features/users/userSlice.js +48 -48
- package/lib/firebase/firebase.d.ts +1 -1
- package/lib/firebase/firebase.js +9 -4
- package/lib/firebase/firebase.js.map +1 -1
- package/lib/firebase/firebaseConfig.js +3 -0
- package/lib/firebase/firebaseConfig.js.map +1 -1
- package/lib/firebase/firebaseQuery.js +3 -0
- package/lib/firebase/firebaseQuery.js.map +1 -1
- package/lib/firebase/persistence.js +2 -2
- package/lib/firebase/persistence.js.map +1 -1
- package/lib/firebase/readDatabase.d.ts +9 -6
- package/lib/firebase/readDatabase.js +16 -6
- package/lib/firebase/readDatabase.js.map +1 -1
- package/lib/firebase/util.d.ts +3 -4
- package/lib/firebase/util.js +49 -4
- package/lib/firebase/util.js.map +1 -1
- package/lib/firebase/writeDatabase.d.ts +3 -3
- package/lib/firebase/writeDatabase.js +7 -1
- package/lib/firebase/writeDatabase.js.map +1 -1
- package/lib/hooks.d.ts +384 -23
- package/lib/hooks.js +1342 -223
- package/lib/hooks.js.map +1 -1
- package/lib/images/GatsbyBenchmarks.d.ts +0 -1
- package/lib/images/GatsbyBenchmarks.js +1 -1
- package/lib/images/GatsbyBenchmarks.js.map +1 -1
- package/lib/reduxHooks.d.ts +11 -20
- package/lib/reduxHooks.js +28 -18
- package/lib/reduxHooks.js.map +1 -1
- package/lib/tasksAndTips.d.ts +25 -5
- package/lib/tasksAndTips.js +346 -48
- package/lib/tasksAndTips.js.map +1 -1
- package/lib/typeDefinitions.d.ts +478 -53
- package/lib/util.d.ts +1 -0
- package/lib/util.js +78 -6
- package/lib/util.js.map +1 -1
- package/package.json +52 -49
- package/src/DatabaseDefinitions.ts +18 -18
- package/src/apiCalls.ts +128 -128
- package/src/config.ts +50 -50
- package/src/constants.ts +708 -707
- package/src/databaseTypes.ts +42 -42
- package/src/features/analytics/useAnalytics.tsx +55 -55
- package/src/features/contacts/contactsSlice.ts +147 -147
- package/src/features/contacts/useContacts.tsx +73 -73
- package/src/features/dropdown/useDropdown.tsx +52 -52
- package/src/features/global/downtime/useDowntime.tsx +19 -18
- package/src/features/global/users/useUserFunctions.tsx +132 -132
- package/src/features/jobs/jobsSlice.ts +65 -65
- package/src/features/placements/studentPlacements/activePlacement.ts +63 -63
- package/src/features/placements/studentPlacements/completedStudentPlacementsSlice.ts +94 -97
- package/src/features/placements/studentPlacements/upcomingStudentPlacementsSlice.ts +108 -108
- package/src/features/placements/studentPlacements/useStudentPlacements.tsx +33 -33
- package/src/features/placements/types.ts +10 -10
- package/src/features/referrals/useReferrals.tsx +56 -56
- package/src/features/updates/useUpdates.tsx +36 -36
- package/src/firebase/firebase.tsx +142 -138
- package/src/firebase/firebaseConfig.tsx +45 -42
- package/src/firebase/firebaseQuery.tsx +143 -140
- package/src/firebase/persistence.ts +84 -84
- package/src/firebase/readDatabase.tsx +208 -197
- package/src/firebase/util.tsx +352 -308
- package/src/firebase/writeDatabase.tsx +75 -68
- package/src/hooks.tsx +3395 -1943
- package/src/images/GatsbyBenchmarks.tsx +711 -711
- package/src/images/LogFuturePlacement.jsx +64 -64
- package/src/images/LogPreviousPlacement.jsx +228 -228
- package/src/images/gatsby_benchmarks.svg +466 -466
- package/src/images/log_future_placement.svg +114 -114
- package/src/images/log_previous_placement.svg +199 -199
- package/src/index.ts +34 -34
- package/src/readDatabase.tsx +3 -3
- package/src/reduxHooks.ts +183 -170
- package/src/tasksAndTips.ts +744 -410
- package/src/tutorialTips.ts +58 -58
- package/src/typeDefinitions.ts +899 -503
- package/src/util.ts +132 -47
- package/tsconfig.dev.json +5 -5
- package/tsconfig.json +21 -21
|
@@ -1,114 +1,114 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
width="64.837547mm"
|
|
6
|
-
height="69.394157mm"
|
|
7
|
-
viewBox="0 0 64.837547 69.394157"
|
|
8
|
-
version="1.1"
|
|
9
|
-
id="svg5"
|
|
10
|
-
inkscape:version="1.2.2 (b0a84865, 2022-12-01)"
|
|
11
|
-
sodipodi:docname="log_future_placement.svg"
|
|
12
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
-
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
-
<sodipodi:namedview
|
|
17
|
-
id="namedview7"
|
|
18
|
-
pagecolor="#ffffff"
|
|
19
|
-
bordercolor="#000000"
|
|
20
|
-
borderopacity="0.25"
|
|
21
|
-
inkscape:showpageshadow="2"
|
|
22
|
-
inkscape:pageopacity="0.0"
|
|
23
|
-
inkscape:pagecheckerboard="0"
|
|
24
|
-
inkscape:deskcolor="#d1d1d1"
|
|
25
|
-
inkscape:document-units="mm"
|
|
26
|
-
showgrid="false"
|
|
27
|
-
inkscape:zoom="1.5350079"
|
|
28
|
-
inkscape:cx="4.8859682"
|
|
29
|
-
inkscape:cy="72.312329"
|
|
30
|
-
inkscape:window-width="1512"
|
|
31
|
-
inkscape:window-height="916"
|
|
32
|
-
inkscape:window-x="0"
|
|
33
|
-
inkscape:window-y="38"
|
|
34
|
-
inkscape:window-maximized="1"
|
|
35
|
-
inkscape:current-layer="g4853" />
|
|
36
|
-
<defs
|
|
37
|
-
id="defs2">
|
|
38
|
-
<inkscape:path-effect
|
|
39
|
-
effect="spiro"
|
|
40
|
-
id="path-effect4839"
|
|
41
|
-
is_visible="true"
|
|
42
|
-
lpeversion="1" />
|
|
43
|
-
</defs>
|
|
44
|
-
<g
|
|
45
|
-
inkscape:label="Layer 1"
|
|
46
|
-
inkscape:groupmode="layer"
|
|
47
|
-
id="layer1"
|
|
48
|
-
transform="translate(-17.034904,-72.021122)">
|
|
49
|
-
<g
|
|
50
|
-
id="g4853"
|
|
51
|
-
transform="translate(-51.55082,47.582266)">
|
|
52
|
-
<path
|
|
53
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
54
|
-
d="M 91.938044,92.189658 V 71.958998"
|
|
55
|
-
id="path4831" />
|
|
56
|
-
<rect
|
|
57
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
58
|
-
id="rect788"
|
|
59
|
-
width="16.087086"
|
|
60
|
-
height="20.799189"
|
|
61
|
-
x="83.894501"
|
|
62
|
-
y="71.390472" />
|
|
63
|
-
<rect
|
|
64
|
-
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
65
|
-
id="rect790"
|
|
66
|
-
width="43.704639"
|
|
67
|
-
height="66.250809"
|
|
68
|
-
x="70.085724"
|
|
69
|
-
y="25.938856" />
|
|
70
|
-
<rect
|
|
71
|
-
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
72
|
-
id="rect790-5"
|
|
73
|
-
width="18.039755"
|
|
74
|
-
height="48.868694"
|
|
75
|
-
x="113.79036"
|
|
76
|
-
y="43.321384" />
|
|
77
|
-
<path
|
|
78
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
79
|
-
d="m 75.933785,33.762155 v 9.70961 h 5.884611"
|
|
80
|
-
id="path4400" />
|
|
81
|
-
<path
|
|
82
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
83
|
-
d="m 88.995737,33.762155 v 9.70961 h 5.884611"
|
|
84
|
-
id="path4400-8" />
|
|
85
|
-
<path
|
|
86
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
87
|
-
d="m 102.05769,33.762155 v 9.70961 h 5.88462"
|
|
88
|
-
id="path4400-7" />
|
|
89
|
-
<path
|
|
90
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
91
|
-
d="m 75.933785,50.166332 v 9.70961 h 5.884611"
|
|
92
|
-
id="path4400-1" />
|
|
93
|
-
<path
|
|
94
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
95
|
-
d="m 88.995737,50.166332 v 9.70961 h 5.884611"
|
|
96
|
-
id="path4400-8-5" />
|
|
97
|
-
<path
|
|
98
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
99
|
-
d="m 102.05769,50.166332 v 9.70961 h 5.88462"
|
|
100
|
-
id="path4400-7-5" />
|
|
101
|
-
<path
|
|
102
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
103
|
-
d="m 120.06623,50.166332 v 9.70961 h 5.88462"
|
|
104
|
-
id="path4400-7-8" />
|
|
105
|
-
<path
|
|
106
|
-
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
107
|
-
d="m 120.06623,66.570509 v 9.709621 h 5.88462"
|
|
108
|
-
id="path4400-7-5-5" />
|
|
109
|
-
</g>
|
|
110
|
-
<g
|
|
111
|
-
id="g5316"
|
|
112
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
113
|
-
</g>
|
|
114
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="64.837547mm"
|
|
6
|
+
height="69.394157mm"
|
|
7
|
+
viewBox="0 0 64.837547 69.394157"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg5"
|
|
10
|
+
inkscape:version="1.2.2 (b0a84865, 2022-12-01)"
|
|
11
|
+
sodipodi:docname="log_future_placement.svg"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
+
<sodipodi:namedview
|
|
17
|
+
id="namedview7"
|
|
18
|
+
pagecolor="#ffffff"
|
|
19
|
+
bordercolor="#000000"
|
|
20
|
+
borderopacity="0.25"
|
|
21
|
+
inkscape:showpageshadow="2"
|
|
22
|
+
inkscape:pageopacity="0.0"
|
|
23
|
+
inkscape:pagecheckerboard="0"
|
|
24
|
+
inkscape:deskcolor="#d1d1d1"
|
|
25
|
+
inkscape:document-units="mm"
|
|
26
|
+
showgrid="false"
|
|
27
|
+
inkscape:zoom="1.5350079"
|
|
28
|
+
inkscape:cx="4.8859682"
|
|
29
|
+
inkscape:cy="72.312329"
|
|
30
|
+
inkscape:window-width="1512"
|
|
31
|
+
inkscape:window-height="916"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:window-y="38"
|
|
34
|
+
inkscape:window-maximized="1"
|
|
35
|
+
inkscape:current-layer="g4853" />
|
|
36
|
+
<defs
|
|
37
|
+
id="defs2">
|
|
38
|
+
<inkscape:path-effect
|
|
39
|
+
effect="spiro"
|
|
40
|
+
id="path-effect4839"
|
|
41
|
+
is_visible="true"
|
|
42
|
+
lpeversion="1" />
|
|
43
|
+
</defs>
|
|
44
|
+
<g
|
|
45
|
+
inkscape:label="Layer 1"
|
|
46
|
+
inkscape:groupmode="layer"
|
|
47
|
+
id="layer1"
|
|
48
|
+
transform="translate(-17.034904,-72.021122)">
|
|
49
|
+
<g
|
|
50
|
+
id="g4853"
|
|
51
|
+
transform="translate(-51.55082,47.582266)">
|
|
52
|
+
<path
|
|
53
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
54
|
+
d="M 91.938044,92.189658 V 71.958998"
|
|
55
|
+
id="path4831" />
|
|
56
|
+
<rect
|
|
57
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
58
|
+
id="rect788"
|
|
59
|
+
width="16.087086"
|
|
60
|
+
height="20.799189"
|
|
61
|
+
x="83.894501"
|
|
62
|
+
y="71.390472" />
|
|
63
|
+
<rect
|
|
64
|
+
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
65
|
+
id="rect790"
|
|
66
|
+
width="43.704639"
|
|
67
|
+
height="66.250809"
|
|
68
|
+
x="70.085724"
|
|
69
|
+
y="25.938856" />
|
|
70
|
+
<rect
|
|
71
|
+
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
72
|
+
id="rect790-5"
|
|
73
|
+
width="18.039755"
|
|
74
|
+
height="48.868694"
|
|
75
|
+
x="113.79036"
|
|
76
|
+
y="43.321384" />
|
|
77
|
+
<path
|
|
78
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
79
|
+
d="m 75.933785,33.762155 v 9.70961 h 5.884611"
|
|
80
|
+
id="path4400" />
|
|
81
|
+
<path
|
|
82
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
83
|
+
d="m 88.995737,33.762155 v 9.70961 h 5.884611"
|
|
84
|
+
id="path4400-8" />
|
|
85
|
+
<path
|
|
86
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
87
|
+
d="m 102.05769,33.762155 v 9.70961 h 5.88462"
|
|
88
|
+
id="path4400-7" />
|
|
89
|
+
<path
|
|
90
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
91
|
+
d="m 75.933785,50.166332 v 9.70961 h 5.884611"
|
|
92
|
+
id="path4400-1" />
|
|
93
|
+
<path
|
|
94
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
95
|
+
d="m 88.995737,50.166332 v 9.70961 h 5.884611"
|
|
96
|
+
id="path4400-8-5" />
|
|
97
|
+
<path
|
|
98
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
99
|
+
d="m 102.05769,50.166332 v 9.70961 h 5.88462"
|
|
100
|
+
id="path4400-7-5" />
|
|
101
|
+
<path
|
|
102
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
103
|
+
d="m 120.06623,50.166332 v 9.70961 h 5.88462"
|
|
104
|
+
id="path4400-7-8" />
|
|
105
|
+
<path
|
|
106
|
+
style="fill:none;stroke:#d16eff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
107
|
+
d="m 120.06623,66.570509 v 9.709621 h 5.88462"
|
|
108
|
+
id="path4400-7-5-5" />
|
|
109
|
+
</g>
|
|
110
|
+
<g
|
|
111
|
+
id="g5316"
|
|
112
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
113
|
+
</g>
|
|
114
|
+
</svg>
|
|
@@ -1,199 +1,199 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
-
|
|
4
|
-
<svg
|
|
5
|
-
width="64.837547mm"
|
|
6
|
-
height="69.394157mm"
|
|
7
|
-
viewBox="0 0 64.837547 69.394157"
|
|
8
|
-
version="1.1"
|
|
9
|
-
id="svg5"
|
|
10
|
-
inkscape:version="1.2.2 (b0a84865, 2022-12-01)"
|
|
11
|
-
sodipodi:docname="log_previous_placement.svg"
|
|
12
|
-
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
-
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
-
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
-
<sodipodi:namedview
|
|
17
|
-
id="namedview7"
|
|
18
|
-
pagecolor="#ffffff"
|
|
19
|
-
bordercolor="#000000"
|
|
20
|
-
borderopacity="0.25"
|
|
21
|
-
inkscape:showpageshadow="2"
|
|
22
|
-
inkscape:pageopacity="0.0"
|
|
23
|
-
inkscape:pagecheckerboard="0"
|
|
24
|
-
inkscape:deskcolor="#d1d1d1"
|
|
25
|
-
inkscape:document-units="mm"
|
|
26
|
-
showgrid="false"
|
|
27
|
-
inkscape:zoom="0.8253387"
|
|
28
|
-
inkscape:cx="232.02595"
|
|
29
|
-
inkscape:cy="201.12955"
|
|
30
|
-
inkscape:window-width="1512"
|
|
31
|
-
inkscape:window-height="916"
|
|
32
|
-
inkscape:window-x="0"
|
|
33
|
-
inkscape:window-y="38"
|
|
34
|
-
inkscape:window-maximized="1"
|
|
35
|
-
inkscape:current-layer="layer1" />
|
|
36
|
-
<defs
|
|
37
|
-
id="defs2">
|
|
38
|
-
<inkscape:path-effect
|
|
39
|
-
effect="spiro"
|
|
40
|
-
id="path-effect4839"
|
|
41
|
-
is_visible="true"
|
|
42
|
-
lpeversion="1" />
|
|
43
|
-
</defs>
|
|
44
|
-
<g
|
|
45
|
-
inkscape:label="Layer 1"
|
|
46
|
-
inkscape:groupmode="layer"
|
|
47
|
-
id="layer1"
|
|
48
|
-
transform="translate(-17.034904,-72.021122)">
|
|
49
|
-
<g
|
|
50
|
-
id="g5316"
|
|
51
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
52
|
-
<g
|
|
53
|
-
id="g1170"
|
|
54
|
-
transform="translate(-49.368621,-42.578298)">
|
|
55
|
-
<g
|
|
56
|
-
id="g4859"
|
|
57
|
-
style="stroke:#7920f5;stroke-width:3;stroke-dasharray:none;stroke-opacity:1">
|
|
58
|
-
<path
|
|
59
|
-
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
60
|
-
d="m 68.274455,146.77335 c -0.838654,5.33949 -0.245258,10.89711 1.701848,15.93916 1.947107,5.04206 5.243084,9.55601 9.452814,12.94595 4.209729,3.38994 9.322743,5.64745 14.664047,6.47449 5.341305,0.82704 10.897616,0.22156 15.935426,-1.73651 6.64449,-2.58255 12.33735,-7.54019 15.80839,-13.76681 3.47105,-6.22661 4.69441,-13.67579 3.39714,-20.68549 -1.29726,-7.00971 -5.1055,-13.5277 -10.57501,-18.09971 -5.46952,-4.572 -12.55956,-7.16396 -19.688213,-7.19754"
|
|
61
|
-
id="path4837"
|
|
62
|
-
inkscape:path-effect="#path-effect4839"
|
|
63
|
-
inkscape:original-d="m 68.274455,146.77335 c 13.705477,11.26017 27.836466,22.41542 41.754135,33.62309 13.91768,11.20767 -7.37142,-39.83301 -11.057693,-59.74955" />
|
|
64
|
-
<path
|
|
65
|
-
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
66
|
-
d="m 104.69916,116.09942 -5.728263,4.54747 4.911763,5.41914"
|
|
67
|
-
id="path4855"
|
|
68
|
-
sodipodi:nodetypes="ccc"
|
|
69
|
-
inkscape:transform-center-x="-2.9789435"
|
|
70
|
-
inkscape:transform-center-y="0.54901564" />
|
|
71
|
-
</g>
|
|
72
|
-
<g
|
|
73
|
-
id="g5655"
|
|
74
|
-
transform="matrix(0.97626996,0,0,0.97626996,102.66427,-29.408831)">
|
|
75
|
-
<g
|
|
76
|
-
id="g5276"
|
|
77
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1">
|
|
78
|
-
<g
|
|
79
|
-
id="g1042"
|
|
80
|
-
transform="translate(-42.908336,46.348243)">
|
|
81
|
-
<g
|
|
82
|
-
id="g5918"
|
|
83
|
-
style="stroke-width:2.5;stroke-dasharray:none">
|
|
84
|
-
<g
|
|
85
|
-
id="g5878"
|
|
86
|
-
style="stroke-width:2.5;stroke-dasharray:none">
|
|
87
|
-
<path
|
|
88
|
-
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
89
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
90
|
-
id="path5206-1-1-95"
|
|
91
|
-
sodipodi:nodetypes="cc" />
|
|
92
|
-
<path
|
|
93
|
-
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
94
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
95
|
-
id="path5206-1-1"
|
|
96
|
-
sodipodi:nodetypes="cc" />
|
|
97
|
-
</g>
|
|
98
|
-
<g
|
|
99
|
-
id="g5878-3"
|
|
100
|
-
style="stroke:#d16eff;stroke-width:2.5;stroke-dasharray:none;stroke-opacity:1"
|
|
101
|
-
transform="rotate(90,38.972974,139.02985)">
|
|
102
|
-
<path
|
|
103
|
-
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
104
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
105
|
-
id="path5206-1-1-95-0"
|
|
106
|
-
sodipodi:nodetypes="cc" />
|
|
107
|
-
<path
|
|
108
|
-
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
109
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
110
|
-
id="path5206-1-1-0"
|
|
111
|
-
sodipodi:nodetypes="cc" />
|
|
112
|
-
</g>
|
|
113
|
-
</g>
|
|
114
|
-
<g
|
|
115
|
-
id="g988"
|
|
116
|
-
style="stroke-width:2;stroke-dasharray:none">
|
|
117
|
-
<g
|
|
118
|
-
id="g5918-7"
|
|
119
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
120
|
-
transform="rotate(30,38.972974,139.02985)">
|
|
121
|
-
<g
|
|
122
|
-
id="g5878-9"
|
|
123
|
-
style="stroke-width:2;stroke-dasharray:none">
|
|
124
|
-
<path
|
|
125
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
126
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
127
|
-
id="path5206-1-1-95-3"
|
|
128
|
-
sodipodi:nodetypes="cc" />
|
|
129
|
-
<path
|
|
130
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
131
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
132
|
-
id="path5206-1-1-8"
|
|
133
|
-
sodipodi:nodetypes="cc" />
|
|
134
|
-
</g>
|
|
135
|
-
<g
|
|
136
|
-
id="g5878-3-0"
|
|
137
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
138
|
-
transform="rotate(90,38.972974,139.02985)">
|
|
139
|
-
<path
|
|
140
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
141
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
142
|
-
id="path5206-1-1-95-0-2"
|
|
143
|
-
sodipodi:nodetypes="cc" />
|
|
144
|
-
<path
|
|
145
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
146
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
147
|
-
id="path5206-1-1-0-4"
|
|
148
|
-
sodipodi:nodetypes="cc" />
|
|
149
|
-
</g>
|
|
150
|
-
</g>
|
|
151
|
-
<g
|
|
152
|
-
id="g5918-7-8"
|
|
153
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
154
|
-
transform="rotate(60,38.972974,139.02985)">
|
|
155
|
-
<g
|
|
156
|
-
id="g5878-9-3"
|
|
157
|
-
style="stroke-width:2;stroke-dasharray:none">
|
|
158
|
-
<path
|
|
159
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
160
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
161
|
-
id="path5206-1-1-95-3-9"
|
|
162
|
-
sodipodi:nodetypes="cc" />
|
|
163
|
-
<path
|
|
164
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
165
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
166
|
-
id="path5206-1-1-8-0"
|
|
167
|
-
sodipodi:nodetypes="cc" />
|
|
168
|
-
</g>
|
|
169
|
-
<g
|
|
170
|
-
id="g5878-3-0-5"
|
|
171
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
172
|
-
transform="rotate(90,38.972974,139.02985)">
|
|
173
|
-
<path
|
|
174
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
175
|
-
d="m 38.972974,157.63873 v 4.68305"
|
|
176
|
-
id="path5206-1-1-95-0-2-2"
|
|
177
|
-
sodipodi:nodetypes="cc" />
|
|
178
|
-
<path
|
|
179
|
-
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
180
|
-
d="m 38.972974,115.73792 v 4.68305"
|
|
181
|
-
id="path5206-1-1-0-4-2"
|
|
182
|
-
sodipodi:nodetypes="cc" />
|
|
183
|
-
</g>
|
|
184
|
-
</g>
|
|
185
|
-
</g>
|
|
186
|
-
</g>
|
|
187
|
-
</g>
|
|
188
|
-
<g
|
|
189
|
-
id="g5276-1"
|
|
190
|
-
transform="rotate(90,38.972973,139.02985)"
|
|
191
|
-
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
192
|
-
</g>
|
|
193
|
-
<path
|
|
194
|
-
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
195
|
-
d="m 98.822,134.11769 v 17.45254 h 13.77833"
|
|
196
|
-
id="path5720" />
|
|
197
|
-
</g>
|
|
198
|
-
</g>
|
|
199
|
-
</svg>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="64.837547mm"
|
|
6
|
+
height="69.394157mm"
|
|
7
|
+
viewBox="0 0 64.837547 69.394157"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg5"
|
|
10
|
+
inkscape:version="1.2.2 (b0a84865, 2022-12-01)"
|
|
11
|
+
sodipodi:docname="log_previous_placement.svg"
|
|
12
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
13
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
16
|
+
<sodipodi:namedview
|
|
17
|
+
id="namedview7"
|
|
18
|
+
pagecolor="#ffffff"
|
|
19
|
+
bordercolor="#000000"
|
|
20
|
+
borderopacity="0.25"
|
|
21
|
+
inkscape:showpageshadow="2"
|
|
22
|
+
inkscape:pageopacity="0.0"
|
|
23
|
+
inkscape:pagecheckerboard="0"
|
|
24
|
+
inkscape:deskcolor="#d1d1d1"
|
|
25
|
+
inkscape:document-units="mm"
|
|
26
|
+
showgrid="false"
|
|
27
|
+
inkscape:zoom="0.8253387"
|
|
28
|
+
inkscape:cx="232.02595"
|
|
29
|
+
inkscape:cy="201.12955"
|
|
30
|
+
inkscape:window-width="1512"
|
|
31
|
+
inkscape:window-height="916"
|
|
32
|
+
inkscape:window-x="0"
|
|
33
|
+
inkscape:window-y="38"
|
|
34
|
+
inkscape:window-maximized="1"
|
|
35
|
+
inkscape:current-layer="layer1" />
|
|
36
|
+
<defs
|
|
37
|
+
id="defs2">
|
|
38
|
+
<inkscape:path-effect
|
|
39
|
+
effect="spiro"
|
|
40
|
+
id="path-effect4839"
|
|
41
|
+
is_visible="true"
|
|
42
|
+
lpeversion="1" />
|
|
43
|
+
</defs>
|
|
44
|
+
<g
|
|
45
|
+
inkscape:label="Layer 1"
|
|
46
|
+
inkscape:groupmode="layer"
|
|
47
|
+
id="layer1"
|
|
48
|
+
transform="translate(-17.034904,-72.021122)">
|
|
49
|
+
<g
|
|
50
|
+
id="g5316"
|
|
51
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
52
|
+
<g
|
|
53
|
+
id="g1170"
|
|
54
|
+
transform="translate(-49.368621,-42.578298)">
|
|
55
|
+
<g
|
|
56
|
+
id="g4859"
|
|
57
|
+
style="stroke:#7920f5;stroke-width:3;stroke-dasharray:none;stroke-opacity:1">
|
|
58
|
+
<path
|
|
59
|
+
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
60
|
+
d="m 68.274455,146.77335 c -0.838654,5.33949 -0.245258,10.89711 1.701848,15.93916 1.947107,5.04206 5.243084,9.55601 9.452814,12.94595 4.209729,3.38994 9.322743,5.64745 14.664047,6.47449 5.341305,0.82704 10.897616,0.22156 15.935426,-1.73651 6.64449,-2.58255 12.33735,-7.54019 15.80839,-13.76681 3.47105,-6.22661 4.69441,-13.67579 3.39714,-20.68549 -1.29726,-7.00971 -5.1055,-13.5277 -10.57501,-18.09971 -5.46952,-4.572 -12.55956,-7.16396 -19.688213,-7.19754"
|
|
61
|
+
id="path4837"
|
|
62
|
+
inkscape:path-effect="#path-effect4839"
|
|
63
|
+
inkscape:original-d="m 68.274455,146.77335 c 13.705477,11.26017 27.836466,22.41542 41.754135,33.62309 13.91768,11.20767 -7.37142,-39.83301 -11.057693,-59.74955" />
|
|
64
|
+
<path
|
|
65
|
+
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
66
|
+
d="m 104.69916,116.09942 -5.728263,4.54747 4.911763,5.41914"
|
|
67
|
+
id="path4855"
|
|
68
|
+
sodipodi:nodetypes="ccc"
|
|
69
|
+
inkscape:transform-center-x="-2.9789435"
|
|
70
|
+
inkscape:transform-center-y="0.54901564" />
|
|
71
|
+
</g>
|
|
72
|
+
<g
|
|
73
|
+
id="g5655"
|
|
74
|
+
transform="matrix(0.97626996,0,0,0.97626996,102.66427,-29.408831)">
|
|
75
|
+
<g
|
|
76
|
+
id="g5276"
|
|
77
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1">
|
|
78
|
+
<g
|
|
79
|
+
id="g1042"
|
|
80
|
+
transform="translate(-42.908336,46.348243)">
|
|
81
|
+
<g
|
|
82
|
+
id="g5918"
|
|
83
|
+
style="stroke-width:2.5;stroke-dasharray:none">
|
|
84
|
+
<g
|
|
85
|
+
id="g5878"
|
|
86
|
+
style="stroke-width:2.5;stroke-dasharray:none">
|
|
87
|
+
<path
|
|
88
|
+
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
89
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
90
|
+
id="path5206-1-1-95"
|
|
91
|
+
sodipodi:nodetypes="cc" />
|
|
92
|
+
<path
|
|
93
|
+
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
94
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
95
|
+
id="path5206-1-1"
|
|
96
|
+
sodipodi:nodetypes="cc" />
|
|
97
|
+
</g>
|
|
98
|
+
<g
|
|
99
|
+
id="g5878-3"
|
|
100
|
+
style="stroke:#d16eff;stroke-width:2.5;stroke-dasharray:none;stroke-opacity:1"
|
|
101
|
+
transform="rotate(90,38.972974,139.02985)">
|
|
102
|
+
<path
|
|
103
|
+
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
104
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
105
|
+
id="path5206-1-1-95-0"
|
|
106
|
+
sodipodi:nodetypes="cc" />
|
|
107
|
+
<path
|
|
108
|
+
style="fill:none;stroke:#d16eff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
109
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
110
|
+
id="path5206-1-1-0"
|
|
111
|
+
sodipodi:nodetypes="cc" />
|
|
112
|
+
</g>
|
|
113
|
+
</g>
|
|
114
|
+
<g
|
|
115
|
+
id="g988"
|
|
116
|
+
style="stroke-width:2;stroke-dasharray:none">
|
|
117
|
+
<g
|
|
118
|
+
id="g5918-7"
|
|
119
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
120
|
+
transform="rotate(30,38.972974,139.02985)">
|
|
121
|
+
<g
|
|
122
|
+
id="g5878-9"
|
|
123
|
+
style="stroke-width:2;stroke-dasharray:none">
|
|
124
|
+
<path
|
|
125
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
126
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
127
|
+
id="path5206-1-1-95-3"
|
|
128
|
+
sodipodi:nodetypes="cc" />
|
|
129
|
+
<path
|
|
130
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
131
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
132
|
+
id="path5206-1-1-8"
|
|
133
|
+
sodipodi:nodetypes="cc" />
|
|
134
|
+
</g>
|
|
135
|
+
<g
|
|
136
|
+
id="g5878-3-0"
|
|
137
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
138
|
+
transform="rotate(90,38.972974,139.02985)">
|
|
139
|
+
<path
|
|
140
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
141
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
142
|
+
id="path5206-1-1-95-0-2"
|
|
143
|
+
sodipodi:nodetypes="cc" />
|
|
144
|
+
<path
|
|
145
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
146
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
147
|
+
id="path5206-1-1-0-4"
|
|
148
|
+
sodipodi:nodetypes="cc" />
|
|
149
|
+
</g>
|
|
150
|
+
</g>
|
|
151
|
+
<g
|
|
152
|
+
id="g5918-7-8"
|
|
153
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
154
|
+
transform="rotate(60,38.972974,139.02985)">
|
|
155
|
+
<g
|
|
156
|
+
id="g5878-9-3"
|
|
157
|
+
style="stroke-width:2;stroke-dasharray:none">
|
|
158
|
+
<path
|
|
159
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
160
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
161
|
+
id="path5206-1-1-95-3-9"
|
|
162
|
+
sodipodi:nodetypes="cc" />
|
|
163
|
+
<path
|
|
164
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
165
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
166
|
+
id="path5206-1-1-8-0"
|
|
167
|
+
sodipodi:nodetypes="cc" />
|
|
168
|
+
</g>
|
|
169
|
+
<g
|
|
170
|
+
id="g5878-3-0-5"
|
|
171
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1"
|
|
172
|
+
transform="rotate(90,38.972974,139.02985)">
|
|
173
|
+
<path
|
|
174
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
175
|
+
d="m 38.972974,157.63873 v 4.68305"
|
|
176
|
+
id="path5206-1-1-95-0-2-2"
|
|
177
|
+
sodipodi:nodetypes="cc" />
|
|
178
|
+
<path
|
|
179
|
+
style="fill:none;stroke:#d16eff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
180
|
+
d="m 38.972974,115.73792 v 4.68305"
|
|
181
|
+
id="path5206-1-1-0-4-2"
|
|
182
|
+
sodipodi:nodetypes="cc" />
|
|
183
|
+
</g>
|
|
184
|
+
</g>
|
|
185
|
+
</g>
|
|
186
|
+
</g>
|
|
187
|
+
</g>
|
|
188
|
+
<g
|
|
189
|
+
id="g5276-1"
|
|
190
|
+
transform="rotate(90,38.972973,139.02985)"
|
|
191
|
+
style="stroke:#d16eff;stroke-width:2;stroke-dasharray:none;stroke-opacity:1" />
|
|
192
|
+
</g>
|
|
193
|
+
<path
|
|
194
|
+
style="fill:none;stroke:#7920f5;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
|
|
195
|
+
d="m 98.822,134.11769 v 17.45254 h 13.77833"
|
|
196
|
+
id="path5720" />
|
|
197
|
+
</g>
|
|
198
|
+
</g>
|
|
199
|
+
</svg>
|