@ca-plant-list/ca-plant-list 0.2.18 → 0.3.1

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.
Files changed (35) hide show
  1. package/data/exceptions.json +83 -68
  2. package/data/illustrations/inkscape/asteraceae_floret.svg +125 -83
  3. package/data/illustrations/inkscape/peduncle.svg +38 -34
  4. package/data/synonyms.csv +20 -20
  5. package/data/taxa.csv +11 -14
  6. package/ebook/css/main.css +3 -6
  7. package/jekyll/_layouts/default.html +56 -0
  8. package/jekyll/_layouts/html.html +5 -56
  9. package/jekyll/assets/css/main.css +5 -0
  10. package/lib/basepagerenderer.js +7 -3
  11. package/lib/commandandtaxaprocessor.js +3 -0
  12. package/lib/ebook/ebooksitegenerator.js +34 -0
  13. package/lib/ebook/glossarypages.js +6 -67
  14. package/lib/ebook/images.js +10 -8
  15. package/lib/ebook/pages/taxonpage.js +5 -1
  16. package/lib/ebook/pages/tocpage.js +2 -2
  17. package/lib/ebook/plantbook.js +12 -9
  18. package/lib/errorlog.js +4 -0
  19. package/lib/files.js +5 -0
  20. package/lib/index.d.ts +17 -2
  21. package/lib/jekyll.js +13 -1
  22. package/lib/sitegenerator.js +79 -0
  23. package/lib/taxa.js +30 -7
  24. package/lib/taxaprocessor.js +1 -1
  25. package/lib/web/glossarypages.js +23 -18
  26. package/package.json +3 -2
  27. package/data/illustrations/optimized/asteraceae_floret.svg +0 -28
  28. package/data/illustrations/optimized/f-blue.svg +0 -11
  29. package/data/illustrations/optimized/f-orange.svg +0 -11
  30. package/data/illustrations/optimized/f-pink.svg +0 -11
  31. package/data/illustrations/optimized/f-red.svg +0 -11
  32. package/data/illustrations/optimized/f-white.svg +0 -11
  33. package/data/illustrations/optimized/f-yellow.svg +0 -11
  34. package/data/illustrations/optimized/peduncle.svg +0 -21
  35. package/jekyll/glossary.md +0 -5
@@ -1,73 +1,88 @@
1
1
  {
2
- "Campanula exigua": {
3
- "rpi": {
4
- "translation-to-rpi": "Ravenella exigua"
5
- }
6
- },
7
- "Campanula sharsmithiae": {
8
- "rpi": {
9
- "translation-to-rpi": "Ravenella sharsmithiae"
10
- }
11
- },
12
- "Castilleja ambigua subsp. ambigua": {
13
- "rpi": {
14
- "translation-to-rpi": "Castilleja ambigua var. ambigua"
15
- }
16
- },
17
- "Castilleja ambigua var. ambigua": {
18
- "rpi": {
19
- "translation": "Castilleja ambigua subsp. ambigua"
20
- }
21
- },
22
- "Lupinus littoralis var. variicolor": {
23
- "inat": {
24
- "notintaxondata": true
25
- }
26
- },
27
- "Erysimum capitatum var. angustatum": {
28
- "calflora": {
29
- "badjepsonid": true
30
- },
31
- "jepson": {
32
- "allowsynonym": true
33
- }
34
- },
35
- "Heterotheca oregona var. rudis": {
36
- "inat": {
37
- "notintaxondata": true
38
- }
39
- },
40
- "Horkelia californica var. frondosa": {
41
- "inat": {
42
- "notintaxondata": true
43
- }
44
- },
45
- "Downingia ornatissima var. mirabilis": {
46
- "inat": {
47
- "notintaxondata": true
48
- }
49
- },
50
- "Myosurus minimus subsp. apus": {
51
- "jepson": {
52
- "notineflora": "in CNPS Rare Plant Inventory"
53
- }
2
+ "Campanula exigua": {
3
+ "rpi": {
4
+ "translation-to-rpi": "Ravenella exigua"
5
+ }
6
+ },
7
+ "Campanula sharsmithiae": {
8
+ "rpi": {
9
+ "translation-to-rpi": "Ravenella sharsmithiae"
10
+ }
11
+ },
12
+ "Castilleja ambigua subsp. ambigua": {
13
+ "rpi": {
14
+ "translation-to-rpi": "Castilleja ambigua var. ambigua"
15
+ }
16
+ },
17
+ "Castilleja ambigua var. ambigua": {
18
+ "rpi": {
19
+ "translation": "Castilleja ambigua subsp. ambigua"
20
+ }
21
+ },
22
+ "Downingia ornatissima var. mirabilis": {
23
+ "inat": {
24
+ "notintaxondata": true
25
+ }
26
+ },
27
+ "Erysimum capitatum var. angustatum": {
28
+ "calflora": {
29
+ "badjepsonid": true
54
30
  },
55
- "Ravenella exigua": {
56
- "rpi": {
57
- "translation": "Campanula exigua"
58
- }
31
+ "jepson": {
32
+ "allowsynonym": true
33
+ }
34
+ },
35
+ "Heterotheca oregona var. rudis": {
36
+ "inat": {
37
+ "notintaxondata": true
38
+ }
39
+ },
40
+ "Horkelia californica var. frondosa": {
41
+ "inat": {
42
+ "notintaxondata": true
43
+ }
44
+ },
45
+ "Lupinus littoralis var. variicolor": {
46
+ "inat": {
47
+ "notintaxondata": true
48
+ }
49
+ },
50
+ "Malacothamnus hallii": {
51
+ "comment": "in CNPS Rare Plant Inventory",
52
+ "calflora": {
53
+ "notintaxondata": true
59
54
  },
60
- "Ravenella sharsmithiae": {
61
- "rpi": {
62
- "translation": "Campanula sharsmithiae"
63
- }
55
+ "jepson": {
56
+ "allowsynonym": true
57
+ }
58
+ },
59
+ "Malacothamnus arcuatus var. elmeri": {
60
+ "calflora": {
61
+ "badjepsonid": true
62
+ }
63
+ },
64
+ "Myosurus minimus subsp. apus": {
65
+ "comment": "in CNPS Rare Plant Inventory",
66
+ "jepson": {
67
+ "notineflora": true
68
+ }
69
+ },
70
+ "Ravenella exigua": {
71
+ "rpi": {
72
+ "translation": "Campanula exigua"
73
+ }
74
+ },
75
+ "Ravenella sharsmithiae": {
76
+ "rpi": {
77
+ "translation": "Campanula sharsmithiae"
78
+ }
79
+ },
80
+ "Streptanthus albidus subsp. peramoenus": {
81
+ "calflora": {
82
+ "notintaxondata": true
64
83
  },
65
- "Streptanthus albidus subsp. peramoenus": {
66
- "calflora": {
67
- "notintaxondata": true
68
- },
69
- "jepson": {
70
- "allowsynonym": true
71
- }
84
+ "jepson": {
85
+ "allowsynonym": true
72
86
  }
73
- }
87
+ }
88
+ }
@@ -2,13 +2,13 @@
2
2
  <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
3
 
4
4
  <svg
5
- width="82.437302mm"
6
- height="84.504379mm"
7
- viewBox="0 0 82.437302 84.504379"
5
+ width="128.66954"
6
+ height="142.59889"
7
+ viewBox="0 0 128.66954 142.59889"
8
8
  version="1.1"
9
9
  id="svg1"
10
- inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
11
- sodipodi:docname="pappus.svg"
10
+ inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
11
+ sodipodi:docname="asteraceae_floret.svg"
12
12
  xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
13
  xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
14
  xmlns:xlink="http://www.w3.org/1999/xlink"
@@ -23,16 +23,35 @@
23
23
  inkscape:pageopacity="0.0"
24
24
  inkscape:pagecheckerboard="0"
25
25
  inkscape:deskcolor="#d1d1d1"
26
- inkscape:document-units="mm"
27
- inkscape:zoom="1"
28
- inkscape:cx="215"
29
- inkscape:cy="258.5"
26
+ inkscape:document-units="px"
27
+ showgrid="true"
28
+ inkscape:zoom="2.59"
29
+ inkscape:cx="140.73359"
30
+ inkscape:cy="30.694981"
30
31
  inkscape:window-width="1920"
31
32
  inkscape:window-height="991"
32
33
  inkscape:window-x="-9"
33
34
  inkscape:window-y="-9"
34
35
  inkscape:window-maximized="1"
35
- inkscape:current-layer="layer1" />
36
+ inkscape:current-layer="layer1"
37
+ showguides="false">
38
+ <inkscape:grid
39
+ id="grid1"
40
+ units="mm"
41
+ originx="-39.627926"
42
+ originy="-40.140491"
43
+ spacingx="0.99999998"
44
+ spacingy="1"
45
+ empcolor="#0099e5"
46
+ empopacity="0.30196078"
47
+ color="#0099e5"
48
+ opacity="0.14901961"
49
+ empspacing="5"
50
+ dotted="false"
51
+ gridanglex="30"
52
+ gridanglez="30"
53
+ visible="true" />
54
+ </sodipodi:namedview>
36
55
  <defs
37
56
  id="defs1">
38
57
  <marker
@@ -59,99 +78,122 @@
59
78
  inkscape:label="Layer 1"
60
79
  inkscape:groupmode="layer"
61
80
  id="layer1"
62
- transform="translate(-48.054274,-6.5122836)">
81
+ transform="translate(-39.627926,-40.140491)">
63
82
  <path
64
- style="fill:#959595;fill-opacity:1;stroke:none;stroke-width:2.065;stroke-dasharray:2.065, 2.065"
65
- id="path1"
83
+ style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-dasharray:none"
84
+ id="path7"
66
85
  sodipodi:type="arc"
67
- sodipodi:cx="73.289581"
68
- sodipodi:cy="59.928123"
69
- sodipodi:rx="8.4666662"
70
- sodipodi:ry="31.088541"
71
- sodipodi:start="5.4977871"
72
- sodipodi:end="3.9269908"
73
86
  sodipodi:arc-type="chord"
74
- d="m 79.276418,37.945204 a 8.4666662,31.088541 0 0 1 1.835343,33.879988 8.4666662,31.088541 0 0 1 -7.82218,19.191473 8.4666662,31.088541 0 0 1 -7.822179,-19.191471 8.4666662,31.088541 0 0 1 1.835342,-33.879988 z"
75
- sodipodi:open="true" />
76
- <path
77
- style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
78
- d="m 48.252744,13.074373 19.05,24.870833"
79
- id="path2" />
87
+ sodipodi:open="true"
88
+ sodipodi:start="5.2359878"
89
+ sodipodi:end="4.1887902"
90
+ sodipodi:ry="56.11969"
91
+ sodipodi:rx="27.5"
92
+ sodipodi:cy="126.11969"
93
+ sodipodi:cx="72.5"
94
+ d="M 86.250001,77.518614 A 27.5,56.11969 0 0 1 99.06296,140.64454 27.5,56.11969 0 0 1 72.5,182.23938 27.5,56.11969 0 0 1 45.93704,140.64453 27.5,56.11969 0 0 1 58.75,77.518613 Z" />
80
95
  <path
81
- style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
82
- d="M 98.326427,13.074373 79.276418,37.945204"
83
- id="path3" />
96
+ style="fill:none;stroke:#000000;stroke-width:1;stroke-dasharray:none"
97
+ d="M 58.75,77.518613 40.060939,45.148209"
98
+ id="path8"
99
+ inkscape:transform-center-x="9.3445304"
100
+ inkscape:transform-center-y="-16.185202"
101
+ inkscape:tile-cx="58.75"
102
+ inkscape:tile-cy="77.518613"
103
+ inkscape:tile-w="19.555086"
104
+ inkscape:tile-h="32.870404"
105
+ inkscape:tile-x0="39.627926"
106
+ inkscape:tile-y0="44.898209" />
84
107
  <use
85
108
  x="0"
86
109
  y="0"
87
- xlink:href="#path3"
88
- id="use3"
89
- transform="rotate(-17.225801,77.256566,49.067977)"
90
- inkscape:transform-center-x="-5.3061657"
91
- inkscape:transform-center-y="-14.176349" />
92
- <path
93
- style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
94
- d="M 55.685646,9.6812171 69.484073,37.807082"
95
- id="path4"
96
- inkscape:transform-center-x="7.1157592"
97
- inkscape:transform-center-y="-13.630721" />
98
- <path
99
- style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
100
- d="M 62.704903,7.5472606 70.994496,37.758907"
101
- id="path5"
102
- inkscape:transform-center-x="4.4384202"
103
- inkscape:transform-center-y="-14.721786" />
110
+ inkscape:tiled-clone-of="#path8"
111
+ xlink:href="#path8"
112
+ id="use26"
113
+ inkscape:transform-center-x="9.3445304"
114
+ inkscape:transform-center-y="-16.185202" />
104
115
  <use
105
116
  x="0"
106
117
  y="0"
107
- xlink:href="#path3"
108
- id="use5"
109
- transform="rotate(-5.8666313,77.04993,56.396766)"
110
- inkscape:transform-center-x="-7.994383"
111
- inkscape:transform-center-y="-12.853564" />
118
+ inkscape:tiled-clone-of="#path8"
119
+ xlink:href="#path8"
120
+ transform="rotate(10,61.0575,103.89346)"
121
+ id="use27"
122
+ inkscape:transform-center-x="6.3920353"
123
+ inkscape:transform-center-y="-17.561973" />
112
124
  <use
113
125
  x="0"
114
126
  y="0"
115
- xlink:href="#path3"
116
- id="use7"
117
- transform="rotate(-27.320113,76.390936,49.026984)"
118
- inkscape:transform-center-x="-2.7393548"
119
- inkscape:transform-center-y="-14.886914" />
120
- <path
121
- style="fill:#959595;fill-opacity:1;stroke:#888888;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1"
122
- d="M 69.880592,6.5375884 73.05161,37.704968"
123
- id="path7"
124
- inkscape:transform-center-x="1.9386867"
125
- inkscape:transform-center-y="-15.253592" />
127
+ inkscape:tiled-clone-of="#path8"
128
+ xlink:href="#path8"
129
+ transform="rotate(20,63.365,103.69158)"
130
+ id="use28"
131
+ inkscape:transform-center-x="3.2453215"
132
+ inkscape:transform-center-y="-18.405132" />
133
+ <use
134
+ x="0"
135
+ y="0"
136
+ inkscape:tiled-clone-of="#path8"
137
+ xlink:href="#path8"
138
+ transform="rotate(30,65.6725,103.35374)"
139
+ id="use29"
140
+ inkscape:transform-center-x="-1.7651854e-06"
141
+ inkscape:transform-center-y="-18.689061" />
142
+ <use
143
+ x="0"
144
+ y="0"
145
+ inkscape:tiled-clone-of="#path8"
146
+ xlink:href="#path8"
147
+ transform="rotate(40,67.980001,102.87783)"
148
+ id="use30"
149
+ inkscape:transform-center-x="-3.2453207"
150
+ inkscape:transform-center-y="-18.405133" />
151
+ <use
152
+ x="0"
153
+ y="0"
154
+ inkscape:tiled-clone-of="#path8"
155
+ xlink:href="#path8"
156
+ transform="rotate(50,70.287501,102.26086)"
157
+ id="use31"
158
+ inkscape:transform-center-x="-6.3920329"
159
+ inkscape:transform-center-y="-17.561974" />
160
+ <use
161
+ x="0"
162
+ y="0"
163
+ inkscape:tiled-clone-of="#path8"
164
+ xlink:href="#path8"
165
+ transform="rotate(60,72.595001,101.49886)"
166
+ id="use32"
167
+ inkscape:transform-center-x="-9.3445322"
168
+ inkscape:transform-center-y="-16.185201" />
126
169
  <text
127
170
  xml:space="preserve"
128
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
129
- x="114.47877"
130
- y="66.073151"
131
- id="text7"><tspan
171
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none"
172
+ x="141.38007"
173
+ y="67.039993"
174
+ id="text1"><tspan
132
175
  sodipodi:role="line"
133
- id="tspan7"
134
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
135
- x="114.47877"
136
- y="66.073151">achene</tspan></text>
176
+ id="tspan1"
177
+ x="141.38007"
178
+ y="67.039993">pappus</tspan></text>
137
179
  <text
138
180
  xml:space="preserve"
139
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
140
- x="114.47877"
141
- y="28.502281"
142
- id="text9"><tspan
181
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none"
182
+ x="142.3334"
183
+ y="128.23164"
184
+ id="text2"><tspan
143
185
  sodipodi:role="line"
144
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:4.93889px;font-family:Arial;-inkscape-font-specification:Arial;writing-mode:lr-tb;fill:#050000;fill-opacity:1;stroke:#020000;stroke-width:0;stroke-dasharray:none;stroke-opacity:1"
145
- x="114.47877"
146
- y="28.502281"
147
- id="tspan10">pappus</tspan></text>
186
+ id="tspan2"
187
+ x="142.3334"
188
+ y="128.23164">achene</tspan></text>
148
189
  <path
149
- style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.420432;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
150
- d="m 88.996236,65.009182 20.886414,-0.125543 v 0"
151
- id="path16" />
190
+ style="fill:#000000;stroke:#000000;marker-end:url(#Triangle)"
191
+ d="M 135,65 H 100"
192
+ id="path1" />
152
193
  <path
153
- style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.420432;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
154
- d="m 90.583737,27.967492 20.886423,-0.125543 v 0"
155
- id="path17" />
194
+ style="fill:#000000;stroke:#000000;marker-end:url(#Triangle)"
195
+ d="M 135,125.41524 H 105"
196
+ id="path2"
197
+ sodipodi:nodetypes="cc" />
156
198
  </g>
157
199
  </svg>
@@ -7,7 +7,7 @@
7
7
  viewBox="0 0 102.55142 60"
8
8
  version="1.1"
9
9
  id="svg1"
10
- inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
10
+ inkscape:version="1.3.1 (91b66b0783, 2023-11-16)"
11
11
  sodipodi:docname="peduncle.svg"
12
12
  xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
13
  xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
@@ -26,14 +26,14 @@
26
26
  inkscape:document-units="px"
27
27
  showgrid="true"
28
28
  inkscape:zoom="4"
29
- inkscape:cx="50.625"
29
+ inkscape:cx="50.75"
30
30
  inkscape:cy="59.875"
31
31
  inkscape:window-width="1920"
32
32
  inkscape:window-height="991"
33
33
  inkscape:window-x="-9"
34
34
  inkscape:window-y="-9"
35
35
  inkscape:window-maximized="1"
36
- inkscape:current-layer="layer1">
36
+ inkscape:current-layer="g1">
37
37
  <inkscape:grid
38
38
  id="grid1"
39
39
  units="px"
@@ -78,7 +78,7 @@
78
78
  inkscape:groupmode="layer"
79
79
  id="layer1">
80
80
  <path
81
- style="fill:#14140c;fill-opacity:1;stroke:#160707;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
81
+ style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-dasharray:none;stroke-opacity:1"
82
82
  d="M 15,60 V 15"
83
83
  id="path2" />
84
84
  <use
@@ -135,36 +135,40 @@
135
135
  inkscape:tile-h="30"
136
136
  inkscape:tile-x0="12.5"
137
137
  inkscape:tile-y0="0" />
138
- <path
139
- style="fill:#14140c;fill-opacity:1;stroke:#160707;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
140
- d="M 20,45 H 45"
141
- id="path3" />
142
- <text
143
- xml:space="preserve"
144
- style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:0.558428;fill:#14140c;fill-opacity:1;stroke:#160707;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
145
- x="50"
146
- y="47.068359"
147
- id="text3"><tspan
148
- sodipodi:role="line"
149
- id="tspan3"
150
- x="50"
138
+ <g
139
+ id="g1"
140
+ style="stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1">
141
+ <path
142
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle);stroke-dashoffset:0"
143
+ d="M 20,45 H 45"
144
+ id="path3" />
145
+ <path
146
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle);stroke-dashoffset:0"
147
+ d="M 35,15 H 45"
148
+ id="path4"
149
+ sodipodi:nodetypes="cc" />
150
+ <text
151
+ xml:space="preserve"
152
+ style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
153
+ x="49.522655"
151
154
  y="47.068359"
152
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;stroke-width:0.1;stroke-dasharray:none">peduncle</tspan></text>
153
- <path
154
- style="fill:#14140c;fill-opacity:1;stroke:#160707;stroke-width:0.5;stroke-dasharray:none;stroke-opacity:1;marker-start:url(#Triangle)"
155
- d="M 35,15 H 45"
156
- id="path4"
157
- sodipodi:nodetypes="cc" />
158
- <text
159
- xml:space="preserve"
160
- style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:0.558428;fill:#14140c;fill-opacity:1;stroke:#160707;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
161
- x="49.696735"
162
- y="17.068359"
163
- id="text4"><tspan
164
- sodipodi:role="line"
165
- id="tspan4"
166
- x="49.696735"
167
- y="17.068359"
168
- style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;stroke-width:0.1;stroke-dasharray:none">inflorescence</tspan></text>
155
+ id="text3"><tspan
156
+ sodipodi:role="line"
157
+ id="tspan3"
158
+ x="49.522655"
159
+ y="47.068359"
160
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1">peduncle</tspan></text>
161
+ <text
162
+ xml:space="preserve"
163
+ style="font-size:8px;font-family:Arial;-inkscape-font-specification:Arial;letter-spacing:0.5px;opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1"
164
+ x="49.518749"
165
+ y="17.068218"
166
+ id="text4"><tspan
167
+ sodipodi:role="line"
168
+ id="tspan4"
169
+ x="49.518749"
170
+ y="17.068218"
171
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:8px;font-family:Arial;-inkscape-font-specification:'Arial, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-east-asian:normal;letter-spacing:0.5px;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.1;stroke-dasharray:none;stroke-opacity:1">inflorescence</tspan></text>
172
+ </g>
169
173
  </g>
170
174
  </svg>