@leafer-draw/miniapp 2.2.8 → 2.2.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/miniapp.module.js
CHANGED
|
@@ -2992,7 +2992,7 @@ const PathCommandNodeHelper = {
|
|
|
2992
2992
|
toCommand(_nodes) {
|
|
2993
2993
|
return [];
|
|
2994
2994
|
},
|
|
2995
|
-
toNode(_data) {
|
|
2995
|
+
toNode(_data, _filterSamePoint) {
|
|
2996
2996
|
return [];
|
|
2997
2997
|
}
|
|
2998
2998
|
};
|
|
@@ -7046,7 +7046,7 @@ class LeafLevelList {
|
|
|
7046
7046
|
}
|
|
7047
7047
|
}
|
|
7048
7048
|
|
|
7049
|
-
const version = "2.2.
|
|
7049
|
+
const version = "2.2.9";
|
|
7050
7050
|
|
|
7051
7051
|
class LeaferCanvas extends LeaferCanvasBase {
|
|
7052
7052
|
get allowBackgroundColor() {
|