mol_plot_all 1.2.928 → 1.2.929

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/node.view.tree CHANGED
@@ -311,27 +311,27 @@ $mol_plot_bar $mol_plot_graph
311
311
  $mol_plot_fill $mol_plot_line
312
312
  threshold 4
313
313
 
314
- $mol_svg_text $mol_svg
315
- dom_name \text
314
+ $mol_svg_rect $mol_svg
315
+ dom_name \rect
316
316
  pos /
317
317
  attr *
318
318
  ^
319
+ width <= width \0
320
+ height <= height \0
319
321
  x <= pos_x \
320
322
  y <= pos_y \
321
- text-anchor <= align_hor <= align \middle
322
- alignment-baseline <= align_vert \baseline
323
- sub /
324
- <= text \
325
323
 
326
- $mol_svg_rect $mol_svg
327
- dom_name \rect
324
+ $mol_svg_text $mol_svg
325
+ dom_name \text
328
326
  pos /
329
327
  attr *
330
328
  ^
331
- width <= width \0
332
- height <= height \0
333
329
  x <= pos_x \
334
330
  y <= pos_y \
331
+ text-anchor <= align_hor <= align \middle
332
+ alignment-baseline <= align_vert \baseline
333
+ sub /
334
+ <= text \
335
335
 
336
336
  $mol_plot_ruler $mol_plot_graph
337
337
  step 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.928",
3
+ "version": "1.2.929",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
@@ -130,8 +130,8 @@
130
130
  "$mol_plot_fill",
131
131
  "$mol_plot_ruler_vert",
132
132
  "$mol_plot_ruler",
133
- "$mol_svg_text",
134
133
  "$mol_svg_rect",
134
+ "$mol_svg_text",
135
135
  "$mol_math_round_expand",
136
136
  "$mol_math_round",
137
137
  "$mol_math",