leafer-draw 1.0.8 → 1.0.9

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.
@@ -5959,7 +5959,7 @@ class LeafLevelList {
5959
5959
  }
5960
5960
  }
5961
5961
 
5962
- const version = "1.0.8";
5962
+ const version = "1.0.9";
5963
5963
 
5964
5964
  const debug$5 = Debug.get('LeaferCanvas');
5965
5965
  class LeaferCanvas extends LeaferCanvasBase {
@@ -8508,7 +8508,6 @@ let Text = class Text extends UI {
8508
8508
  this.__updateTextDrawData();
8509
8509
  const { bounds } = data.__textDrawData;
8510
8510
  const b = layout.boxBounds;
8511
- console.log(bounds, autoWidth, autoHeight);
8512
8511
  if (data.__lineHeight < fontSize)
8513
8512
  spread(bounds, fontSize / 2);
8514
8513
  if (autoWidth || autoHeight) {