leafer-ui 1.6.4 → 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/web.js +2 -2
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/dist/web.module.js +2 -2
- package/dist/web.module.min.js +1 -1
- package/dist/web.module.min.js.map +1 -1
- package/package.json +11 -11
package/dist/web.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
|
const debug$5 = Debug.get('LeaferCanvas');
|
|
6242
6242
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
@@ -7713,7 +7713,7 @@ var LeaferUI = (function (exports) {
|
|
|
7713
7713
|
__drawAfterFill(canvas, options) {
|
|
7714
7714
|
if (this.__.__clipAfterFill) {
|
|
7715
7715
|
canvas.save();
|
|
7716
|
-
canvas.clipUI();
|
|
7716
|
+
canvas.clipUI(this);
|
|
7717
7717
|
this.__drawContent(canvas, options);
|
|
7718
7718
|
canvas.restore();
|
|
7719
7719
|
}
|