@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.
- package/data/exceptions.json +83 -68
- package/data/illustrations/inkscape/asteraceae_floret.svg +125 -83
- package/data/illustrations/inkscape/peduncle.svg +38 -34
- package/data/synonyms.csv +20 -20
- package/data/taxa.csv +11 -14
- package/ebook/css/main.css +3 -6
- package/jekyll/_layouts/default.html +56 -0
- package/jekyll/_layouts/html.html +5 -56
- package/jekyll/assets/css/main.css +5 -0
- package/lib/basepagerenderer.js +7 -3
- package/lib/commandandtaxaprocessor.js +3 -0
- package/lib/ebook/ebooksitegenerator.js +34 -0
- package/lib/ebook/glossarypages.js +6 -67
- package/lib/ebook/images.js +10 -8
- package/lib/ebook/pages/taxonpage.js +5 -1
- package/lib/ebook/pages/tocpage.js +2 -2
- package/lib/ebook/plantbook.js +12 -9
- package/lib/errorlog.js +4 -0
- package/lib/files.js +5 -0
- package/lib/index.d.ts +17 -2
- package/lib/jekyll.js +13 -1
- package/lib/sitegenerator.js +79 -0
- package/lib/taxa.js +30 -7
- package/lib/taxaprocessor.js +1 -1
- package/lib/web/glossarypages.js +23 -18
- package/package.json +3 -2
- package/data/illustrations/optimized/asteraceae_floret.svg +0 -28
- package/data/illustrations/optimized/f-blue.svg +0 -11
- package/data/illustrations/optimized/f-orange.svg +0 -11
- package/data/illustrations/optimized/f-pink.svg +0 -11
- package/data/illustrations/optimized/f-red.svg +0 -11
- package/data/illustrations/optimized/f-white.svg +0 -11
- package/data/illustrations/optimized/f-yellow.svg +0 -11
- package/data/illustrations/optimized/peduncle.svg +0 -21
- package/jekyll/glossary.md +0 -5
package/data/exceptions.json
CHANGED
@@ -1,73 +1,88 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
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
|
-
"
|
56
|
-
|
57
|
-
|
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
|
-
"
|
61
|
-
|
62
|
-
|
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
|
-
"
|
66
|
-
|
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="
|
6
|
-
height="
|
7
|
-
viewBox="0 0
|
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 (
|
11
|
-
sodipodi:docname="
|
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="
|
27
|
-
|
28
|
-
inkscape:
|
29
|
-
inkscape:
|
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(-
|
81
|
+
transform="translate(-39.627926,-40.140491)">
|
63
82
|
<path
|
64
|
-
style="fill
|
65
|
-
id="
|
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
|
-
|
75
|
-
sodipodi:
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
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
|
82
|
-
d="M
|
83
|
-
id="
|
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
|
-
|
88
|
-
|
89
|
-
|
90
|
-
inkscape:transform-center-x="
|
91
|
-
inkscape:transform-center-y="-
|
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
|
-
|
108
|
-
|
109
|
-
transform="rotate(
|
110
|
-
|
111
|
-
inkscape:transform-center-
|
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
|
-
|
116
|
-
|
117
|
-
transform="rotate(
|
118
|
-
|
119
|
-
inkscape:transform-center-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
inkscape:
|
125
|
-
|
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:
|
129
|
-
x="
|
130
|
-
y="
|
131
|
-
id="
|
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="
|
134
|
-
|
135
|
-
|
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:
|
140
|
-
x="
|
141
|
-
y="
|
142
|
-
id="
|
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
|
-
|
145
|
-
x="
|
146
|
-
y="
|
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;
|
150
|
-
d="
|
151
|
-
id="
|
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;
|
154
|
-
d="
|
155
|
-
id="
|
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 (
|
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.
|
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="
|
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
|
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
|
-
<
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
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
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
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>
|