@leafer-ui/worker 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/worker.js +1 -2
- package/dist/worker.min.js +1 -1
- package/dist/worker.module.js +1 -2
- package/dist/worker.module.min.js +1 -1
- package/package.json +9 -9
package/dist/worker.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
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
5968
5968
|
get allowBackgroundColor() { return true; }
|
|
@@ -8611,7 +8611,6 @@ var LeaferUI = (function (exports) {
|
|
|
8611
8611
|
this.__updateTextDrawData();
|
|
8612
8612
|
const { bounds } = data.__textDrawData;
|
|
8613
8613
|
const b = layout.boxBounds;
|
|
8614
|
-
console.log(bounds, autoWidth, autoHeight);
|
|
8615
8614
|
if (data.__lineHeight < fontSize)
|
|
8616
8615
|
spread(bounds, fontSize / 2);
|
|
8617
8616
|
if (autoWidth || autoHeight) {
|