@versatiles/svg-renderer 0.5.1 → 0.6.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.
package/README.md CHANGED
@@ -135,7 +135,7 @@ subgraph 0["src"]
135
135
  2["index.ts"]
136
136
  subgraph 3["pipeline"]
137
137
  4["render.ts"]
138
- D["style_layer.ts"]
138
+ E["style_layer.ts"]
139
139
  end
140
140
  subgraph 5["sources"]
141
141
  6["index.ts"]
@@ -143,43 +143,46 @@ subgraph 5["sources"]
143
143
  9["merge.ts"]
144
144
  A["raster.ts"]
145
145
  B["tiles.ts"]
146
- C["vector.ts"]
146
+ C["sprite.ts"]
147
+ D["vector.ts"]
147
148
  end
148
149
  8["geometry.ts"]
149
- subgraph E["renderer"]
150
- F["svg.ts"]
151
- G["color.ts"]
152
- H["svg_path.ts"]
153
- M["types.ts"]
150
+ subgraph F["renderer"]
151
+ G["svg.ts"]
152
+ H["color.ts"]
153
+ I["svg_path.ts"]
154
+ N["types.ts"]
154
155
  end
155
- subgraph I["maplibre"]
156
- J["control.ts"]
157
- K["panel_css.ts"]
158
- L["index.ts"]
156
+ subgraph J["maplibre"]
157
+ K["control.ts"]
158
+ L["panel_css.ts"]
159
+ M["index.ts"]
159
160
  end
160
161
  end
161
162
  1-->2
162
163
  2-->4
163
- 2-->F
164
+ 2-->G
164
165
  4-->6
165
- 4-->D
166
+ 4-->C
167
+ 4-->E
166
168
  6-->7
167
169
  6-->9
168
170
  6-->A
169
171
  6-->C
172
+ 6-->D
170
173
  7-->8
171
174
  9-->8
172
175
  A-->B
173
176
  B-->8
174
- C-->8
175
- C-->B
176
- F-->G
177
- F-->H
178
- J-->2
179
- J-->K
180
- L-->2
181
- L-->J
182
-
183
- class 0,3,5,E,I subgraphs;
177
+ D-->8
178
+ D-->B
179
+ G-->H
180
+ G-->I
181
+ K-->2
182
+ K-->L
183
+ M-->2
184
+ M-->K
185
+
186
+ class 0,3,5,F,J subgraphs;
184
187
  classDef subgraphs fill-opacity:0.1, fill:#888, color:#888, stroke:#888;
185
188
  ```