evui 3.4.211 → 3.4.212
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/index.js +6 -3
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13213,8 +13213,11 @@ class AS {
|
|
|
13213
13213
|
const ue = this.data[J];
|
|
13214
13214
|
if (J === se ? n.moveTo(ue.xp, ue.yp) : ue.o !== null && n.lineTo(ue.xp, ue.yp), J === ce) {
|
|
13215
13215
|
for (let ee = ce; ee >= se; ee--) {
|
|
13216
|
-
const we = this.data[ee], _e = L(we.x)
|
|
13217
|
-
|
|
13216
|
+
const we = this.data[ee], _e = L(we.x);
|
|
13217
|
+
if (we.o !== null) {
|
|
13218
|
+
const Ce = _(we.b) ?? _(0);
|
|
13219
|
+
n.lineTo(_e, Ce);
|
|
13220
|
+
}
|
|
13218
13221
|
}
|
|
13219
13222
|
n.closePath();
|
|
13220
13223
|
}
|
|
@@ -22711,7 +22714,7 @@ const xs = /* @__PURE__ */ Se(uw, [["render", pw]]);
|
|
|
22711
22714
|
xs.install = (e) => {
|
|
22712
22715
|
e.component(xs.name, xs);
|
|
22713
22716
|
};
|
|
22714
|
-
const yw = "3.4.
|
|
22717
|
+
const yw = "3.4.212", vw = [
|
|
22715
22718
|
ji,
|
|
22716
22719
|
Gi,
|
|
22717
22720
|
oi,
|