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.
- package/dist/web.js +1 -2
- package/dist/web.min.js +1 -1
- package/dist/web.module.js +1 -2
- package/dist/web.module.min.js +1 -1
- package/package.json +2 -2
package/dist/web.js
CHANGED
|
@@ -5962,7 +5962,7 @@ var LeaferUI = (function (exports) {
|
|
|
5962
5962
|
}
|
|
5963
5963
|
}
|
|
5964
5964
|
|
|
5965
|
-
const version = "1.0.
|
|
5965
|
+
const version = "1.0.9";
|
|
5966
5966
|
|
|
5967
5967
|
const debug$5 = Debug.get('LeaferCanvas');
|
|
5968
5968
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
@@ -8511,7 +8511,6 @@ var LeaferUI = (function (exports) {
|
|
|
8511
8511
|
this.__updateTextDrawData();
|
|
8512
8512
|
const { bounds } = data.__textDrawData;
|
|
8513
8513
|
const b = layout.boxBounds;
|
|
8514
|
-
console.log(bounds, autoWidth, autoHeight);
|
|
8515
8514
|
if (data.__lineHeight < fontSize)
|
|
8516
8515
|
spread(bounds, fontSize / 2);
|
|
8517
8516
|
if (autoWidth || autoHeight) {
|