@leafer/worker 1.6.5 → 1.6.6
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 +2 -2
- package/dist/worker.min.js +1 -1
- package/dist/worker.min.js.map +1 -1
- package/dist/worker.module.js +2 -2
- package/dist/worker.module.min.js +1 -1
- package/dist/worker.module.min.js.map +1 -1
- package/package.json +22 -20
package/dist/worker.js
CHANGED
|
@@ -6236,7 +6236,7 @@ var LeaferUI = (function (exports) {
|
|
|
6236
6236
|
}
|
|
6237
6237
|
}
|
|
6238
6238
|
|
|
6239
|
-
const version = "1.6.
|
|
6239
|
+
const version = "1.6.6";
|
|
6240
6240
|
|
|
6241
6241
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
6242
6242
|
get allowBackgroundColor() { return true; }
|
|
@@ -7532,7 +7532,7 @@ var LeaferUI = (function (exports) {
|
|
|
7532
7532
|
__drawAfterFill(canvas, options) {
|
|
7533
7533
|
if (this.__.__clipAfterFill) {
|
|
7534
7534
|
canvas.save();
|
|
7535
|
-
canvas.clipUI();
|
|
7535
|
+
canvas.clipUI(this);
|
|
7536
7536
|
this.__drawContent(canvas, options);
|
|
7537
7537
|
canvas.restore();
|
|
7538
7538
|
}
|