@visactor/vrender 0.19.19 → 0.19.20-alpha.3
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/cjs/index.d.ts +1 -1
- package/cjs/index.js +11 -10
- package/cjs/index.js.map +1 -1
- package/dist/index.es.js +341 -154
- package/dist/index.js +342 -155
- package/dist/index.min.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -3176,7 +3176,7 @@ function genLinearTypeSegments(path, points) {
|
|
|
3176
3176
|
return genCurveSegments(path, points);
|
|
3177
3177
|
}
|
|
3178
3178
|
|
|
3179
|
-
function point$
|
|
3179
|
+
function point$3(curveClass, x, y, defined, p) {
|
|
3180
3180
|
curveClass.context.bezierCurveTo((2 * curveClass._x0 + curveClass._x1) / 3, (2 * curveClass._y0 + curveClass._y1) / 3, (curveClass._x0 + 2 * curveClass._x1) / 3, (curveClass._y0 + 2 * curveClass._y1) / 3, (curveClass._x0 + 4 * curveClass._x1 + x) / 6, (curveClass._y0 + 4 * curveClass._y1 + y) / 6, defined, curveClass.lastPoint1);
|
|
3181
3181
|
}
|
|
3182
3182
|
class Basis {
|
|
@@ -3193,7 +3193,7 @@ class Basis {
|
|
|
3193
3193
|
this._x0 = this._x1 = this._y0 = this._y1 = NaN, this._point = 0, this.startPoint && this.point(this.startPoint);
|
|
3194
3194
|
}
|
|
3195
3195
|
lineEnd() {
|
|
3196
|
-
if (2 === this._point) point$
|
|
3196
|
+
if (2 === this._point) point$3(this, 6 * this._x1 - (this._x0 + 4 * this._x1), 6 * this._y1 - (this._y0 + 4 * this._y1), !1 !== this._lastDefined1 && !1 !== this._lastDefined2, this.lastPoint1);
|
|
3197
3197
|
(this._line || 0 !== this._line && 1 === this._point) && this.context.closePath(), this._line = 1 - this._line;
|
|
3198
3198
|
}
|
|
3199
3199
|
point(p) {
|
|
@@ -3207,7 +3207,7 @@ class Basis {
|
|
|
3207
3207
|
this._point = 2;
|
|
3208
3208
|
break;
|
|
3209
3209
|
default:
|
|
3210
|
-
point$
|
|
3210
|
+
point$3(this, x, y, !1 !== this._lastDefined1 && !1 !== this._lastDefined2);
|
|
3211
3211
|
}
|
|
3212
3212
|
this._x0 = this._x1, this._x1 = x, this._y0 = this._y1, this._y1 = y, this._lastDefined1 = this._lastDefined2, this._lastDefined2 = p.defined, this.lastPoint0 = this.lastPoint1, this.lastPoint1 = p;
|
|
3213
3213
|
}
|
|
@@ -3245,7 +3245,7 @@ function slope2(curveClass, t) {
|
|
|
3245
3245
|
const h = curveClass._x1 - curveClass._x0;
|
|
3246
3246
|
return h ? (3 * (curveClass._y1 - curveClass._y0) / h - t) / 2 : t;
|
|
3247
3247
|
}
|
|
3248
|
-
function point$
|
|
3248
|
+
function point$2(curveClass, t0, t1, defined, p) {
|
|
3249
3249
|
const x0 = curveClass._x0,
|
|
3250
3250
|
y0 = curveClass._y0,
|
|
3251
3251
|
x1 = curveClass._x1,
|
|
@@ -3272,7 +3272,7 @@ class MonotoneX {
|
|
|
3272
3272
|
this.context.lineTo(this._x1, this._y1, !1 !== this._lastDefined1 && !1 !== this._lastDefined2, this.lastPoint1);
|
|
3273
3273
|
break;
|
|
3274
3274
|
case 3:
|
|
3275
|
-
point$
|
|
3275
|
+
point$2(this, this._t0, slope2(this, this._t0), !1 !== this._lastDefined1 && !1 !== this._lastDefined2, this.lastPoint1);
|
|
3276
3276
|
}
|
|
3277
3277
|
(this._line || 0 !== this._line && 1 === this._point) && this.context.closePath(), this._line = 1 - this._line;
|
|
3278
3278
|
}
|
|
@@ -3288,10 +3288,10 @@ class MonotoneX {
|
|
|
3288
3288
|
this._point = 2;
|
|
3289
3289
|
break;
|
|
3290
3290
|
case 2:
|
|
3291
|
-
this._point = 3, point$
|
|
3291
|
+
this._point = 3, point$2(this, slope2(this, t1 = slope3(this, x, y)), t1, !1 !== this._lastDefined1 && !1 !== this._lastDefined2);
|
|
3292
3292
|
break;
|
|
3293
3293
|
default:
|
|
3294
|
-
point$
|
|
3294
|
+
point$2(this, this._t0, t1 = slope3(this, x, y), !1 !== this._lastDefined1 && !1 !== this._lastDefined2);
|
|
3295
3295
|
}
|
|
3296
3296
|
this._x0 = this._x1, this._x1 = x, this._y0 = this._y1, this._y1 = y, this._t0 = t1, this._lastDefined1 = this._lastDefined2, this._lastDefined2 = !1 !== p.defined, this.lastPoint0 = this.lastPoint1, this.lastPoint1 = p;
|
|
3297
3297
|
}
|
|
@@ -3412,6 +3412,162 @@ function genLinearClosedTypeSegments(path, points) {
|
|
|
3412
3412
|
return genCurveSegments(path, points);
|
|
3413
3413
|
}
|
|
3414
3414
|
|
|
3415
|
+
function point$1(curveClass, x, y, defined, p) {
|
|
3416
|
+
let x1 = curveClass._x1,
|
|
3417
|
+
y1 = curveClass._y1,
|
|
3418
|
+
x2 = curveClass._x2,
|
|
3419
|
+
y2 = curveClass._y2;
|
|
3420
|
+
if (curveClass._l01_a > epsilon) {
|
|
3421
|
+
const a = 2 * curveClass._l01_2a + 3 * curveClass._l01_a * curveClass._l12_a + curveClass._l12_2a,
|
|
3422
|
+
n = 3 * curveClass._l01_a * (curveClass._l01_a + curveClass._l12_a);
|
|
3423
|
+
x1 = (x1 * a - curveClass._x0 * curveClass._l12_2a + curveClass._x2 * curveClass._l01_2a) / n, y1 = (y1 * a - curveClass._y0 * curveClass._l12_2a + curveClass._y2 * curveClass._l01_2a) / n;
|
|
3424
|
+
}
|
|
3425
|
+
if (curveClass._l23_a > epsilon) {
|
|
3426
|
+
const b = 2 * curveClass._l23_2a + 3 * curveClass._l23_a * curveClass._l12_a + curveClass._l12_2a,
|
|
3427
|
+
m = 3 * curveClass._l23_a * (curveClass._l23_a + curveClass._l12_a);
|
|
3428
|
+
x2 = (x2 * b + curveClass._x1 * curveClass._l23_2a - x * curveClass._l12_2a) / m, y2 = (y2 * b + curveClass._y1 * curveClass._l23_2a - y * curveClass._l12_2a) / m;
|
|
3429
|
+
}
|
|
3430
|
+
curveClass.context.bezierCurveTo(x1, y1, x2, y2, curveClass._x2, curveClass._y2, defined, curveClass.lastPoint1);
|
|
3431
|
+
}
|
|
3432
|
+
class CatmullRom {
|
|
3433
|
+
constructor(context) {
|
|
3434
|
+
let alpha = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : .5;
|
|
3435
|
+
let startPoint = arguments.length > 2 ? arguments[2] : undefined;
|
|
3436
|
+
this.context = context, this.startPoint = startPoint, this._alpha = alpha;
|
|
3437
|
+
}
|
|
3438
|
+
areaStart() {
|
|
3439
|
+
this._line = 0;
|
|
3440
|
+
}
|
|
3441
|
+
areaEnd() {
|
|
3442
|
+
this._line = NaN;
|
|
3443
|
+
}
|
|
3444
|
+
lineStart() {
|
|
3445
|
+
this._x0 = this._x1 = this._x2 = this._y0 = this._y1 = this._y2 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
|
|
3446
|
+
}
|
|
3447
|
+
lineEnd() {
|
|
3448
|
+
switch (this._point) {
|
|
3449
|
+
case 2:
|
|
3450
|
+
this.context.lineTo(this._x2, this._y2, !1 !== this._lastDefined1 && !1 !== this._lastDefined2, this.lastPoint1);
|
|
3451
|
+
break;
|
|
3452
|
+
case 3:
|
|
3453
|
+
this.point({
|
|
3454
|
+
x: this._x2,
|
|
3455
|
+
y: this._y2
|
|
3456
|
+
});
|
|
3457
|
+
}
|
|
3458
|
+
(this._line || 0 !== this._line && 1 === this._point) && this.context.closePath(), this._line = 1 - this._line;
|
|
3459
|
+
}
|
|
3460
|
+
point(p) {
|
|
3461
|
+
const {
|
|
3462
|
+
x: x,
|
|
3463
|
+
y: y
|
|
3464
|
+
} = p;
|
|
3465
|
+
if (this._point) {
|
|
3466
|
+
const x23 = this._x2 - x,
|
|
3467
|
+
y23 = this._y2 - y;
|
|
3468
|
+
this._l23_a = Math.sqrt(this._l23_2a = Math.pow(x23 * x23 + y23 * y23, this._alpha));
|
|
3469
|
+
}
|
|
3470
|
+
switch (this._point) {
|
|
3471
|
+
case 0:
|
|
3472
|
+
this._point = 1, this._line ? this.context.lineTo(x, y, !1 !== this._lastDefined1 && !1 !== this._lastDefined2) : this.context.moveTo(x, y);
|
|
3473
|
+
break;
|
|
3474
|
+
case 1:
|
|
3475
|
+
this._point = 2;
|
|
3476
|
+
break;
|
|
3477
|
+
case 2:
|
|
3478
|
+
this._point = 3;
|
|
3479
|
+
default:
|
|
3480
|
+
point$1(this, x, y, !1 !== this._lastDefined1 && !1 !== this._lastDefined2);
|
|
3481
|
+
}
|
|
3482
|
+
this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = x, this._y0 = this._y1, this._y1 = this._y2, this._y2 = y, this._lastDefined1 = this._lastDefined2, this._lastDefined2 = p.defined, this.lastPoint0 = this.lastPoint1, this.lastPoint1 = p;
|
|
3483
|
+
}
|
|
3484
|
+
tryUpdateLength() {
|
|
3485
|
+
return this.context.tryUpdateLength();
|
|
3486
|
+
}
|
|
3487
|
+
}
|
|
3488
|
+
function commonGenCatmullRomSegments(type, cons) {
|
|
3489
|
+
return function (points, alpha) {
|
|
3490
|
+
let params = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
3491
|
+
const {
|
|
3492
|
+
direction: direction,
|
|
3493
|
+
startPoint: startPoint
|
|
3494
|
+
} = params;
|
|
3495
|
+
if (points.length < 2 - Number(!!startPoint)) return null;
|
|
3496
|
+
if (points.length < 3 - Number(!!startPoint)) return genLinearSegments(points, params);
|
|
3497
|
+
const segContext = genSegContext(type, direction, points),
|
|
3498
|
+
gatmullRom = new cons(segContext, alpha, startPoint);
|
|
3499
|
+
return genCurveSegments(gatmullRom, points), segContext;
|
|
3500
|
+
};
|
|
3501
|
+
}
|
|
3502
|
+
const genCatmullRomSegments = commonGenCatmullRomSegments("catmullRom", CatmullRom);
|
|
3503
|
+
|
|
3504
|
+
class CatmullRomClosed {
|
|
3505
|
+
constructor(context) {
|
|
3506
|
+
let alpha = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : .5;
|
|
3507
|
+
let startPoint = arguments.length > 2 ? arguments[2] : undefined;
|
|
3508
|
+
this.context = context, this.startPoint = startPoint, this._alpha = alpha;
|
|
3509
|
+
}
|
|
3510
|
+
areaStart() {
|
|
3511
|
+
this._line = 0;
|
|
3512
|
+
}
|
|
3513
|
+
areaEnd() {
|
|
3514
|
+
this._line = NaN;
|
|
3515
|
+
}
|
|
3516
|
+
lineStart() {
|
|
3517
|
+
this._x0 = this._x1 = this._x2 = this._x3 = this._x4 = this._x5 = this._y0 = this._y1 = this._y2 = this._y3 = this._y4 = this._y5 = NaN, this._l01_a = this._l12_a = this._l23_a = this._l01_2a = this._l12_2a = this._l23_2a = this._point = 0;
|
|
3518
|
+
}
|
|
3519
|
+
lineEnd() {
|
|
3520
|
+
switch (this._point) {
|
|
3521
|
+
case 1:
|
|
3522
|
+
this.context.moveTo(this._x3, this._y3, this.lastPoint1), this.context.closePath();
|
|
3523
|
+
break;
|
|
3524
|
+
case 2:
|
|
3525
|
+
this.context.lineTo(this._x3, this._y3, !1 !== this._lastDefined1 && !1 !== this._lastDefined2, this.lastPoint1), this.context.closePath();
|
|
3526
|
+
break;
|
|
3527
|
+
case 3:
|
|
3528
|
+
this.point({
|
|
3529
|
+
x: this._x3,
|
|
3530
|
+
y: this._y3
|
|
3531
|
+
}), this.point({
|
|
3532
|
+
x: this._x4,
|
|
3533
|
+
y: this._y4
|
|
3534
|
+
}), this.point({
|
|
3535
|
+
x: this._x5,
|
|
3536
|
+
y: this._y5
|
|
3537
|
+
});
|
|
3538
|
+
}
|
|
3539
|
+
}
|
|
3540
|
+
point(p) {
|
|
3541
|
+
const {
|
|
3542
|
+
x: x,
|
|
3543
|
+
y: y
|
|
3544
|
+
} = p;
|
|
3545
|
+
if (this._point) {
|
|
3546
|
+
const x23 = this._x2 - x,
|
|
3547
|
+
y23 = this._y2 - y;
|
|
3548
|
+
this._l23_a = Math.sqrt(this._l23_2a = Math.pow(x23 * x23 + y23 * y23, this._alpha));
|
|
3549
|
+
}
|
|
3550
|
+
switch (this._point) {
|
|
3551
|
+
case 0:
|
|
3552
|
+
this._point = 1, this._x3 = x, this._y3 = y;
|
|
3553
|
+
break;
|
|
3554
|
+
case 1:
|
|
3555
|
+
this._point = 2, this.context.moveTo(this._x4 = x, this._y4 = y, p);
|
|
3556
|
+
break;
|
|
3557
|
+
case 2:
|
|
3558
|
+
this._point = 3, this._x5 = x, this._y5 = y;
|
|
3559
|
+
break;
|
|
3560
|
+
default:
|
|
3561
|
+
point$1(this, x, y, !1 !== this._lastDefined1 && !1 !== this._lastDefined2);
|
|
3562
|
+
}
|
|
3563
|
+
this._l01_a = this._l12_a, this._l12_a = this._l23_a, this._l01_2a = this._l12_2a, this._l12_2a = this._l23_2a, this._x0 = this._x1, this._x1 = this._x2, this._x2 = x, this._y0 = this._y1, this._y1 = this._y2, this._y2 = y, this._lastDefined1 = this._lastDefined2, this._lastDefined2 = p.defined, this.lastPoint0 = this.lastPoint1, this.lastPoint1 = p;
|
|
3564
|
+
}
|
|
3565
|
+
tryUpdateLength() {
|
|
3566
|
+
return this.context.tryUpdateLength();
|
|
3567
|
+
}
|
|
3568
|
+
}
|
|
3569
|
+
const genCatmullRomClosedSegments = commonGenCatmullRomSegments("catmullRomClosed", CatmullRomClosed);
|
|
3570
|
+
|
|
3415
3571
|
class CurveContext {
|
|
3416
3572
|
constructor(path) {
|
|
3417
3573
|
this.path = path, this._lastX = this._lastY = this._startX = this._startY = 0;
|
|
@@ -3451,6 +3607,7 @@ class CurveContext {
|
|
|
3451
3607
|
}
|
|
3452
3608
|
|
|
3453
3609
|
function calcLineCache$1(points, curveType, params) {
|
|
3610
|
+
var _a, _b;
|
|
3454
3611
|
switch (curveType) {
|
|
3455
3612
|
case "linear":
|
|
3456
3613
|
default:
|
|
@@ -3467,6 +3624,10 @@ function calcLineCache$1(points, curveType, params) {
|
|
|
3467
3624
|
return genStepSegments(points, 0, params);
|
|
3468
3625
|
case "stepAfter":
|
|
3469
3626
|
return genStepSegments(points, 1, params);
|
|
3627
|
+
case "catmullRom":
|
|
3628
|
+
return genCatmullRomSegments(points, null !== (_a = null == params ? void 0 : params.curveTension) && void 0 !== _a ? _a : .5, params);
|
|
3629
|
+
case "catmullRomClosed":
|
|
3630
|
+
return genCatmullRomClosedSegments(points, null !== (_b = null == params ? void 0 : params.curveTension) && void 0 !== _b ? _b : .5, params);
|
|
3470
3631
|
case "linearClosed":
|
|
3471
3632
|
return genLinearClosedSegments(points, params);
|
|
3472
3633
|
}
|
|
@@ -3907,7 +4068,8 @@ const DefaultAreaAttribute = Object.assign(Object.assign(Object.assign({}, Defau
|
|
|
3907
4068
|
segments: [],
|
|
3908
4069
|
curveType: "linear",
|
|
3909
4070
|
clipRange: 1,
|
|
3910
|
-
closePath: !1
|
|
4071
|
+
closePath: !1,
|
|
4072
|
+
curveTension: 1
|
|
3911
4073
|
});
|
|
3912
4074
|
const DefaultCircleAttribute = Object.assign(Object.assign({}, DefaultAttribute), {
|
|
3913
4075
|
radius: 1,
|
|
@@ -3942,7 +4104,8 @@ const DefaultLineAttribute = Object.assign(Object.assign(Object.assign({}, Defau
|
|
|
3942
4104
|
curveType: "linear",
|
|
3943
4105
|
clipRange: 1,
|
|
3944
4106
|
clipRangeByDimension: "default",
|
|
3945
|
-
closePath: !1
|
|
4107
|
+
closePath: !1,
|
|
4108
|
+
curveTension: 1
|
|
3946
4109
|
});
|
|
3947
4110
|
const DefaultPathAttribute = Object.assign(Object.assign({}, DefaultAttribute), {
|
|
3948
4111
|
path: new CustomPath2D(),
|
|
@@ -10521,6 +10684,7 @@ function drawArcPath$1(arc, context, cx, cy, outerRadius, innerRadius, partStrok
|
|
|
10521
10684
|
}
|
|
10522
10685
|
if (outerRadius <= epsilon) context.moveTo(cx, cy);else if (deltaAngle >= pi2 - epsilon) context.moveTo(cx + outerRadius * cos(startAngle), cy + outerRadius * sin(startAngle)), context.arc(cx, cy, outerRadius, startAngle, endAngle, !clockwise), innerRadius > epsilon && (context.moveTo(cx + innerRadius * cos(endAngle), cy + innerRadius * sin(endAngle)), context.arc(cx, cy, innerRadius, endAngle, startAngle, clockwise));else {
|
|
10523
10686
|
const cornerRadius = arc.getParsedCornerRadius(),
|
|
10687
|
+
cornerRadiusIsArray = isArray$1(cornerRadius),
|
|
10524
10688
|
{
|
|
10525
10689
|
outerDeltaAngle: outerDeltaAngle,
|
|
10526
10690
|
innerDeltaAngle: innerDeltaAngle,
|
|
@@ -10529,10 +10693,10 @@ function drawArcPath$1(arc, context, cx, cy, outerRadius, innerRadius, partStrok
|
|
|
10529
10693
|
innerEndAngle: innerEndAngle,
|
|
10530
10694
|
innerStartAngle: innerStartAngle
|
|
10531
10695
|
} = arc.getParsePadAngle(startAngle, endAngle),
|
|
10532
|
-
outerCornerRadiusStart = cornerRadius,
|
|
10533
|
-
outerCornerRadiusEnd = cornerRadius,
|
|
10534
|
-
innerCornerRadiusEnd = cornerRadius,
|
|
10535
|
-
innerCornerRadiusStart = cornerRadius,
|
|
10696
|
+
outerCornerRadiusStart = cornerRadiusIsArray ? cornerRadius[0] : cornerRadius,
|
|
10697
|
+
outerCornerRadiusEnd = cornerRadiusIsArray ? cornerRadius[1] : cornerRadius,
|
|
10698
|
+
innerCornerRadiusEnd = cornerRadiusIsArray ? cornerRadius[2] : cornerRadius,
|
|
10699
|
+
innerCornerRadiusStart = cornerRadiusIsArray ? cornerRadius[3] : cornerRadius,
|
|
10536
10700
|
maxOuterCornerRadius = Math.max(outerCornerRadiusEnd, outerCornerRadiusStart),
|
|
10537
10701
|
maxInnerCornerRadius = Math.max(innerCornerRadiusEnd, innerCornerRadiusStart);
|
|
10538
10702
|
let limitedOcr = maxOuterCornerRadius,
|
|
@@ -12089,7 +12253,7 @@ function createSymbol(attributes) {
|
|
|
12089
12253
|
return new Symbol$1(attributes);
|
|
12090
12254
|
}
|
|
12091
12255
|
|
|
12092
|
-
const LINE_UPDATE_TAG_KEY = ["segments", "points", "curveType", ...GRAPHIC_UPDATE_TAG_KEY];
|
|
12256
|
+
const LINE_UPDATE_TAG_KEY = ["segments", "points", "curveType", "curveTension", ...GRAPHIC_UPDATE_TAG_KEY];
|
|
12093
12257
|
let Line$1 = class Line extends Graphic {
|
|
12094
12258
|
constructor() {
|
|
12095
12259
|
let params = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
@@ -13166,7 +13330,7 @@ function createPath(attributes) {
|
|
|
13166
13330
|
return new Path(attributes);
|
|
13167
13331
|
}
|
|
13168
13332
|
|
|
13169
|
-
const AREA_UPDATE_TAG_KEY = ["segments", "points", "curveType", ...GRAPHIC_UPDATE_TAG_KEY];
|
|
13333
|
+
const AREA_UPDATE_TAG_KEY = ["segments", "points", "curveType", "curveTension", ...GRAPHIC_UPDATE_TAG_KEY];
|
|
13170
13334
|
class Area extends Graphic {
|
|
13171
13335
|
constructor(params) {
|
|
13172
13336
|
super(params), this.type = "area", this.numberType = AREA_NUMBER_TYPE;
|
|
@@ -13276,8 +13440,13 @@ class Arc extends Graphic {
|
|
|
13276
13440
|
innerRadius = arcTheme.innerRadius
|
|
13277
13441
|
} = this.attribute;
|
|
13278
13442
|
if (outerRadius += outerPadding, innerRadius -= innerPadding, 0 === cornerRadius || "0%" === cornerRadius) return 0;
|
|
13279
|
-
const deltaRadius = Math.abs(outerRadius - innerRadius)
|
|
13280
|
-
|
|
13443
|
+
const deltaRadius = Math.abs(outerRadius - innerRadius),
|
|
13444
|
+
parseCR = cornerRadius => Math.min(isNumber$1(cornerRadius, !0) ? cornerRadius : deltaRadius * parseFloat(cornerRadius) / 100, deltaRadius / 2);
|
|
13445
|
+
if (isArray$1(cornerRadius)) {
|
|
13446
|
+
const crList = cornerRadius.map(cr => parseCR(cr) || 0);
|
|
13447
|
+
return 0 === crList.length ? [crList[0], crList[0], crList[0], crList[0]] : 2 === crList.length ? [crList[0], crList[1], crList[0], crList[1]] : (3 === crList.length && crList.push(0), crList);
|
|
13448
|
+
}
|
|
13449
|
+
return parseCR(cornerRadius);
|
|
13281
13450
|
}
|
|
13282
13451
|
getParsedAngle() {
|
|
13283
13452
|
const arcTheme = getTheme(this).arc;
|
|
@@ -15571,6 +15740,7 @@ let DefaultCanvasArcRender = class extends BaseRender {
|
|
|
15571
15740
|
outerRadius = innerRadius, innerRadius = temp;
|
|
15572
15741
|
}
|
|
15573
15742
|
const cornerRadius = arc.getParsedCornerRadius(),
|
|
15743
|
+
cornerRadiusIsArray = isArray$1(cornerRadius),
|
|
15574
15744
|
{
|
|
15575
15745
|
outerDeltaAngle: outerDeltaAngle,
|
|
15576
15746
|
innerDeltaAngle: innerDeltaAngle,
|
|
@@ -15579,10 +15749,10 @@ let DefaultCanvasArcRender = class extends BaseRender {
|
|
|
15579
15749
|
innerEndAngle: innerEndAngle,
|
|
15580
15750
|
innerStartAngle: innerStartAngle
|
|
15581
15751
|
} = arc.getParsePadAngle(startAngle, endAngle),
|
|
15582
|
-
outerCornerRadiusStart = cornerRadius,
|
|
15583
|
-
outerCornerRadiusEnd = cornerRadius,
|
|
15584
|
-
innerCornerRadiusEnd = cornerRadius,
|
|
15585
|
-
innerCornerRadiusStart = cornerRadius,
|
|
15752
|
+
outerCornerRadiusStart = cornerRadiusIsArray ? cornerRadius[0] : cornerRadius,
|
|
15753
|
+
outerCornerRadiusEnd = cornerRadiusIsArray ? cornerRadius[1] : cornerRadius,
|
|
15754
|
+
innerCornerRadiusEnd = cornerRadiusIsArray ? cornerRadius[2] : cornerRadius,
|
|
15755
|
+
innerCornerRadiusStart = cornerRadiusIsArray ? cornerRadius[3] : cornerRadius,
|
|
15586
15756
|
maxOuterCornerRadius = Math.max(outerCornerRadiusEnd, outerCornerRadiusStart),
|
|
15587
15757
|
maxInnerCornerRadius = Math.max(innerCornerRadiusEnd, innerCornerRadiusStart);
|
|
15588
15758
|
let limitedOcr = maxOuterCornerRadius,
|
|
@@ -15973,7 +16143,8 @@ let DefaultCanvasLineRender = class extends BaseRender {
|
|
|
15973
16143
|
strokeOpacity = lineAttribute.strokeOpacity,
|
|
15974
16144
|
segments: segments,
|
|
15975
16145
|
points: points,
|
|
15976
|
-
closePath: closePath
|
|
16146
|
+
closePath: closePath,
|
|
16147
|
+
curveTension = lineAttribute.curveTension
|
|
15977
16148
|
} = line.attribute;
|
|
15978
16149
|
if (!this.valid(line, lineAttribute, fillCb, strokeCb)) return;
|
|
15979
16150
|
let {
|
|
@@ -16007,7 +16178,8 @@ let DefaultCanvasLineRender = class extends BaseRender {
|
|
|
16007
16178
|
defined: lastSeg.curves[lastSeg.curves.length - 1].defined
|
|
16008
16179
|
} : index > 1 && (startPoint.x = lastSeg.endX, startPoint.y = lastSeg.endY, startPoint.defined = lastSeg.curves[lastSeg.curves.length - 1].defined);
|
|
16009
16180
|
const data = calcLineCache$1(seg.points, curveType, {
|
|
16010
|
-
startPoint: startPoint
|
|
16181
|
+
startPoint: startPoint,
|
|
16182
|
+
curveTension: curveTension
|
|
16011
16183
|
});
|
|
16012
16184
|
return lastSeg = data, data;
|
|
16013
16185
|
}).filter(item => !!item), "linearClosed" === curveType) {
|
|
@@ -16024,7 +16196,9 @@ let DefaultCanvasLineRender = class extends BaseRender {
|
|
|
16024
16196
|
}
|
|
16025
16197
|
} else {
|
|
16026
16198
|
if (!points || !points.length) return line.cache = null, void line.clearUpdateShapeTag();
|
|
16027
|
-
line.cache = calcLineCache$1(_points, curveType
|
|
16199
|
+
line.cache = calcLineCache$1(_points, curveType, {
|
|
16200
|
+
curveTension: curveTension
|
|
16201
|
+
});
|
|
16028
16202
|
}
|
|
16029
16203
|
line.clearUpdateShapeTag();
|
|
16030
16204
|
}
|
|
@@ -16195,6 +16369,7 @@ var __decorate$1z = undefined && undefined.__decorate || function (decorators, t
|
|
|
16195
16369
|
};
|
|
16196
16370
|
};
|
|
16197
16371
|
function calcLineCache(points, curveType, params) {
|
|
16372
|
+
var _a, _b;
|
|
16198
16373
|
switch (curveType) {
|
|
16199
16374
|
case "linear":
|
|
16200
16375
|
default:
|
|
@@ -16211,6 +16386,10 @@ function calcLineCache(points, curveType, params) {
|
|
|
16211
16386
|
return genStepSegments(points, 0, params);
|
|
16212
16387
|
case "stepAfter":
|
|
16213
16388
|
return genStepSegments(points, 1, params);
|
|
16389
|
+
case "catmullRom":
|
|
16390
|
+
return genCatmullRomSegments(points, null !== (_a = null == params ? void 0 : params.curveTension) && void 0 !== _a ? _a : .5, params);
|
|
16391
|
+
case "catmullRomClosed":
|
|
16392
|
+
return genCatmullRomClosedSegments(points, null !== (_b = null == params ? void 0 : params.curveTension) && void 0 !== _b ? _b : .5, params);
|
|
16214
16393
|
case "linearClosed":
|
|
16215
16394
|
return genLinearClosedSegments(points, params);
|
|
16216
16395
|
}
|
|
@@ -16275,7 +16454,8 @@ let DefaultCanvasAreaRender = class extends BaseRender {
|
|
|
16275
16454
|
stroke = areaAttribute.stroke,
|
|
16276
16455
|
fillOpacity = areaAttribute.fillOpacity,
|
|
16277
16456
|
z = areaAttribute.z,
|
|
16278
|
-
strokeOpacity = areaAttribute.strokeOpacity
|
|
16457
|
+
strokeOpacity = areaAttribute.strokeOpacity,
|
|
16458
|
+
curveTension = areaAttribute.curveTension
|
|
16279
16459
|
} = area.attribute,
|
|
16280
16460
|
data = this.valid(area, areaAttribute, fillCb, strokeCb);
|
|
16281
16461
|
if (!data) return;
|
|
@@ -16306,7 +16486,8 @@ let DefaultCanvasAreaRender = class extends BaseRender {
|
|
|
16306
16486
|
y: lastTopSeg.endY
|
|
16307
16487
|
} : index > 1 && (startPoint.x = lastTopSeg.endX, startPoint.y = lastTopSeg.endY);
|
|
16308
16488
|
const data = calcLineCache(seg.points, curveType, {
|
|
16309
|
-
startPoint: startPoint
|
|
16489
|
+
startPoint: startPoint,
|
|
16490
|
+
curveTension: curveTension
|
|
16310
16491
|
});
|
|
16311
16492
|
return lastTopSeg = data, data;
|
|
16312
16493
|
}).filter(item => !!item);
|
|
@@ -16327,7 +16508,9 @@ let DefaultCanvasAreaRender = class extends BaseRender {
|
|
|
16327
16508
|
y: null !== (_d = endPoint.y1) && void 0 !== _d ? _d : endPoint.y
|
|
16328
16509
|
});
|
|
16329
16510
|
}
|
|
16330
|
-
bottomPoints.length > 1 && (lastBottomSeg = calcLineCache(bottomPoints, "stepBefore" === curveType ? "stepAfter" : "stepAfter" === curveType ? "stepBefore" : curveType
|
|
16511
|
+
bottomPoints.length > 1 && (lastBottomSeg = calcLineCache(bottomPoints, "stepBefore" === curveType ? "stepAfter" : "stepAfter" === curveType ? "stepBefore" : curveType, {
|
|
16512
|
+
curveTension: curveTension
|
|
16513
|
+
}), bottomCaches.unshift(lastBottomSeg));
|
|
16331
16514
|
}
|
|
16332
16515
|
area.cacheArea = bottomCaches.map((item, index) => ({
|
|
16333
16516
|
top: topCaches[index],
|
|
@@ -16342,8 +16525,12 @@ let DefaultCanvasAreaRender = class extends BaseRender {
|
|
|
16342
16525
|
x: null !== (_e = points[i].x1) && void 0 !== _e ? _e : points[i].x,
|
|
16343
16526
|
y: null !== (_f = points[i].y1) && void 0 !== _f ? _f : points[i].y
|
|
16344
16527
|
});
|
|
16345
|
-
const topCache = calcLineCache(topPoints, curveType
|
|
16346
|
-
|
|
16528
|
+
const topCache = calcLineCache(topPoints, curveType, {
|
|
16529
|
+
curveTension: curveTension
|
|
16530
|
+
}),
|
|
16531
|
+
bottomCache = calcLineCache(bottomPoints, "stepBefore" === curveType ? "stepAfter" : "stepAfter" === curveType ? "stepBefore" : curveType, {
|
|
16532
|
+
curveTension: curveTension
|
|
16533
|
+
});
|
|
16347
16534
|
area.cacheArea = {
|
|
16348
16535
|
top: topCache,
|
|
16349
16536
|
bottom: bottomCache
|
|
@@ -17044,6 +17231,100 @@ var __decorate$1s = undefined && undefined.__decorate || function (decorators, t
|
|
|
17044
17231
|
decorator(target, key, paramIndex);
|
|
17045
17232
|
};
|
|
17046
17233
|
};
|
|
17234
|
+
let DefaultCanvasGroupRender = class {
|
|
17235
|
+
constructor(groupRenderContribitions) {
|
|
17236
|
+
this.groupRenderContribitions = groupRenderContribitions, this.numberType = GROUP_NUMBER_TYPE;
|
|
17237
|
+
}
|
|
17238
|
+
drawShape(group, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
17239
|
+
const groupAttribute = getTheme(group, null == params ? void 0 : params.theme).group,
|
|
17240
|
+
{
|
|
17241
|
+
fill = groupAttribute.fill,
|
|
17242
|
+
background: background,
|
|
17243
|
+
stroke = groupAttribute.stroke,
|
|
17244
|
+
opacity = groupAttribute.opacity,
|
|
17245
|
+
width = groupAttribute.width,
|
|
17246
|
+
height = groupAttribute.height,
|
|
17247
|
+
clip = groupAttribute.clip,
|
|
17248
|
+
fillOpacity = groupAttribute.fillOpacity,
|
|
17249
|
+
strokeOpacity = groupAttribute.strokeOpacity,
|
|
17250
|
+
cornerRadius = groupAttribute.cornerRadius,
|
|
17251
|
+
path = groupAttribute.path,
|
|
17252
|
+
lineWidth = groupAttribute.lineWidth,
|
|
17253
|
+
visible = groupAttribute.visible
|
|
17254
|
+
} = group.attribute,
|
|
17255
|
+
fVisible = rectFillVisible(opacity, fillOpacity, width, height, fill),
|
|
17256
|
+
sVisible = rectStrokeVisible(opacity, strokeOpacity, width, height),
|
|
17257
|
+
doFill = runFill(fill, background),
|
|
17258
|
+
doStroke = runStroke(stroke, lineWidth);
|
|
17259
|
+
if (!group.valid || !visible) return;
|
|
17260
|
+
if (!clip) {
|
|
17261
|
+
if (!doFill && !doStroke) return;
|
|
17262
|
+
if (!(fVisible || sVisible || fillCb || strokeCb || background)) return;
|
|
17263
|
+
}
|
|
17264
|
+
if (path && path.length && drawContext.drawContribution) {
|
|
17265
|
+
const disableFill = context.disableFill,
|
|
17266
|
+
disableStroke = context.disableStroke,
|
|
17267
|
+
disableBeginPath = context.disableBeginPath;
|
|
17268
|
+
context.disableFill = !0, context.disableStroke = !0, context.disableBeginPath = !0, path.forEach(g => {
|
|
17269
|
+
drawContext.drawContribution.getRenderContribution(g).draw(g, drawContext.renderService, drawContext, params);
|
|
17270
|
+
}), context.disableFill = disableFill, context.disableStroke = disableStroke, context.disableBeginPath = disableBeginPath;
|
|
17271
|
+
} else 0 === cornerRadius || isArray$1(cornerRadius) && cornerRadius.every(num => 0 === num) ? (context.beginPath(), context.rect(x, y, width, height)) : (context.beginPath(), createRectPath(context, x, y, width, height, cornerRadius));
|
|
17272
|
+
this._groupRenderContribitions || (this._groupRenderContribitions = this.groupRenderContribitions.getContributions() || [], this._groupRenderContribitions.push(defaultGroupBackgroundRenderContribution));
|
|
17273
|
+
const doFillOrStroke = {
|
|
17274
|
+
doFill: doFill,
|
|
17275
|
+
doStroke: doStroke
|
|
17276
|
+
};
|
|
17277
|
+
this._groupRenderContribitions.forEach(c => {
|
|
17278
|
+
c.time === BaseRenderContributionTime.beforeFillStroke && c.drawShape(group, context, x, y, doFill, doStroke, fVisible, sVisible, groupAttribute, drawContext, fillCb, strokeCb, doFillOrStroke);
|
|
17279
|
+
}), clip && context.clip(), context.setShadowBlendStyle && context.setShadowBlendStyle(group, group.attribute, groupAttribute), doFillOrStroke.doFill && (fillCb ? fillCb(context, group.attribute, groupAttribute) : fVisible && (context.setCommonStyle(group, group.attribute, x, y, groupAttribute), context.fill())), doFillOrStroke.doStroke && (strokeCb ? strokeCb(context, group.attribute, groupAttribute) : sVisible && (context.setStrokeStyle(group, group.attribute, x, y, groupAttribute), context.stroke())), this._groupRenderContribitions.forEach(c => {
|
|
17280
|
+
c.time === BaseRenderContributionTime.afterFillStroke && c.drawShape(group, context, x, y, doFill, doStroke, fVisible, sVisible, groupAttribute, drawContext, fillCb, strokeCb);
|
|
17281
|
+
});
|
|
17282
|
+
}
|
|
17283
|
+
draw(group, renderService, drawContext, params) {
|
|
17284
|
+
const {
|
|
17285
|
+
context: context
|
|
17286
|
+
} = drawContext;
|
|
17287
|
+
if (!context) return;
|
|
17288
|
+
const {
|
|
17289
|
+
clip: clip,
|
|
17290
|
+
baseOpacity = 1
|
|
17291
|
+
} = group.attribute;
|
|
17292
|
+
clip ? context.save() : context.highPerformanceSave(), context.baseGlobalAlpha *= baseOpacity;
|
|
17293
|
+
const groupAttribute = getTheme(group, null == params ? void 0 : params.theme).group,
|
|
17294
|
+
lastModelMatrix = context.modelMatrix;
|
|
17295
|
+
if (context.camera) {
|
|
17296
|
+
const nextModelMatrix = mat4Allocate.allocate(),
|
|
17297
|
+
modelMatrix = mat4Allocate.allocate();
|
|
17298
|
+
getModelMatrix(modelMatrix, group, groupAttribute), multiplyMat4Mat4(nextModelMatrix, lastModelMatrix || nextModelMatrix, modelMatrix), context.modelMatrix = nextModelMatrix, mat4Allocate.free(modelMatrix), context.setTransform(1, 0, 0, 1, 0, 0, !0);
|
|
17299
|
+
} else context.transformFromMatrix(group.transMatrix, !0);
|
|
17300
|
+
context.beginPath(), params.skipDraw ? this.drawShape(group, context, 0, 0, drawContext, params, () => !1, () => !1) : this.drawShape(group, context, 0, 0, drawContext);
|
|
17301
|
+
const {
|
|
17302
|
+
scrollX = groupAttribute.scrollX,
|
|
17303
|
+
scrollY = groupAttribute.scrollY
|
|
17304
|
+
} = group.attribute;
|
|
17305
|
+
let p;
|
|
17306
|
+
(scrollX || scrollY) && context.translate(scrollX, scrollY), params && params.drawingCb && (p = params.drawingCb()), context.modelMatrix !== lastModelMatrix && mat4Allocate.free(context.modelMatrix), context.modelMatrix = lastModelMatrix, context.baseGlobalAlpha /= baseOpacity, p && p.then ? p.then(() => {
|
|
17307
|
+
clip ? context.restore() : context.highPerformanceRestore();
|
|
17308
|
+
}) : clip ? context.restore() : context.highPerformanceRestore();
|
|
17309
|
+
}
|
|
17310
|
+
};
|
|
17311
|
+
DefaultCanvasGroupRender = __decorate$1s([injectable(), __param$H(0, inject(ContributionProvider)), __param$H(0, named(GroupRenderContribution)), __metadata$16("design:paramtypes", [Object])], DefaultCanvasGroupRender);
|
|
17312
|
+
|
|
17313
|
+
var __decorate$1r = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17314
|
+
var d,
|
|
17315
|
+
c = arguments.length,
|
|
17316
|
+
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17317
|
+
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17318
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17319
|
+
},
|
|
17320
|
+
__metadata$15 = undefined && undefined.__metadata || function (k, v) {
|
|
17321
|
+
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17322
|
+
},
|
|
17323
|
+
__param$G = undefined && undefined.__param || function (paramIndex, decorator) {
|
|
17324
|
+
return function (target, key) {
|
|
17325
|
+
decorator(target, key, paramIndex);
|
|
17326
|
+
};
|
|
17327
|
+
};
|
|
17047
17328
|
const repeatStr = ["", "repeat-x", "repeat-y", "repeat"];
|
|
17048
17329
|
let DefaultCanvasImageRender = class extends BaseRender {
|
|
17049
17330
|
constructor(imageRenderContribitions) {
|
|
@@ -17100,7 +17381,7 @@ let DefaultCanvasImageRender = class extends BaseRender {
|
|
|
17100
17381
|
this._draw(image, imageAttribute, !1, drawContext);
|
|
17101
17382
|
}
|
|
17102
17383
|
};
|
|
17103
|
-
DefaultCanvasImageRender = __decorate$
|
|
17384
|
+
DefaultCanvasImageRender = __decorate$1r([injectable(), __param$G(0, inject(ContributionProvider)), __param$G(0, named(ImageRenderContribution)), __metadata$15("design:paramtypes", [Object])], DefaultCanvasImageRender);
|
|
17104
17385
|
|
|
17105
17386
|
const IncrementalDrawContribution = Symbol.for("IncrementalDrawContribution");
|
|
17106
17387
|
const ArcRender = Symbol.for("ArcRender");
|
|
@@ -17123,14 +17404,14 @@ const ImageRender = Symbol.for("ImageRender");
|
|
|
17123
17404
|
const RenderSelector = Symbol.for("RenderSelector");
|
|
17124
17405
|
const DrawContribution = Symbol.for("DrawContribution");
|
|
17125
17406
|
|
|
17126
|
-
var __decorate$
|
|
17407
|
+
var __decorate$1q = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17127
17408
|
var d,
|
|
17128
17409
|
c = arguments.length,
|
|
17129
17410
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17130
17411
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17131
17412
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17132
17413
|
},
|
|
17133
|
-
__metadata$
|
|
17414
|
+
__metadata$14 = undefined && undefined.__metadata || function (k, v) {
|
|
17134
17415
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17135
17416
|
};
|
|
17136
17417
|
const DrawItemInterceptor = Symbol.for("DrawItemInterceptor");
|
|
@@ -17190,7 +17471,7 @@ let CommonDrawItemInterceptorContribution = class {
|
|
|
17190
17471
|
return !1;
|
|
17191
17472
|
}
|
|
17192
17473
|
};
|
|
17193
|
-
CommonDrawItemInterceptorContribution = __decorate$
|
|
17474
|
+
CommonDrawItemInterceptorContribution = __decorate$1q([injectable(), __metadata$14("design:paramtypes", [])], CommonDrawItemInterceptorContribution);
|
|
17194
17475
|
class InteractiveDrawItemInterceptorContribution {
|
|
17195
17476
|
constructor() {
|
|
17196
17477
|
this.order = 1;
|
|
@@ -17322,17 +17603,17 @@ class Canvas3DDrawItemInterceptor {
|
|
|
17322
17603
|
}
|
|
17323
17604
|
}
|
|
17324
17605
|
|
|
17325
|
-
var __decorate$
|
|
17606
|
+
var __decorate$1p = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17326
17607
|
var d,
|
|
17327
17608
|
c = arguments.length,
|
|
17328
17609
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17329
17610
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17330
17611
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17331
17612
|
},
|
|
17332
|
-
__metadata$
|
|
17613
|
+
__metadata$13 = undefined && undefined.__metadata || function (k, v) {
|
|
17333
17614
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17334
17615
|
},
|
|
17335
|
-
__param$
|
|
17616
|
+
__param$F = undefined && undefined.__param || function (paramIndex, decorator) {
|
|
17336
17617
|
return function (target, key) {
|
|
17337
17618
|
decorator(target, key, paramIndex);
|
|
17338
17619
|
};
|
|
@@ -17370,7 +17651,7 @@ let DefaultRenderService = class {
|
|
|
17370
17651
|
this.prepare(updateBounds), this.prepareRenderList(), this.beforeDraw(params), this.draw(params), this.afterDraw(params), this.drawParams = null;
|
|
17371
17652
|
}
|
|
17372
17653
|
};
|
|
17373
|
-
DefaultRenderService = __decorate$
|
|
17654
|
+
DefaultRenderService = __decorate$1p([injectable(), __param$F(0, inject(DrawContribution)), __metadata$13("design:paramtypes", [Object])], DefaultRenderService);
|
|
17374
17655
|
|
|
17375
17656
|
var renderModule$1 = new ContainerModule(bind => {
|
|
17376
17657
|
bind(RenderService).to(DefaultRenderService);
|
|
@@ -17381,7 +17662,7 @@ const PickerService = Symbol.for("PickerService");
|
|
|
17381
17662
|
const BoundsPicker = Symbol.for("BoundsPicker");
|
|
17382
17663
|
const GlobalPickerService = Symbol.for("GlobalPickerService");
|
|
17383
17664
|
|
|
17384
|
-
var __decorate$
|
|
17665
|
+
var __decorate$1o = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17385
17666
|
var d,
|
|
17386
17667
|
c = arguments.length,
|
|
17387
17668
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
@@ -17414,7 +17695,7 @@ let ShadowRootPickItemInterceptorContribution = class {
|
|
|
17414
17695
|
return context.highPerformanceRestore(), result;
|
|
17415
17696
|
}
|
|
17416
17697
|
};
|
|
17417
|
-
ShadowRootPickItemInterceptorContribution = __decorate$
|
|
17698
|
+
ShadowRootPickItemInterceptorContribution = __decorate$1o([injectable()], ShadowRootPickItemInterceptorContribution);
|
|
17418
17699
|
let InteractivePickItemInterceptorContribution = class {
|
|
17419
17700
|
constructor() {
|
|
17420
17701
|
this.order = 1;
|
|
@@ -17433,7 +17714,7 @@ let InteractivePickItemInterceptorContribution = class {
|
|
|
17433
17714
|
return null;
|
|
17434
17715
|
}
|
|
17435
17716
|
};
|
|
17436
|
-
InteractivePickItemInterceptorContribution = __decorate$
|
|
17717
|
+
InteractivePickItemInterceptorContribution = __decorate$1o([injectable()], InteractivePickItemInterceptorContribution);
|
|
17437
17718
|
let Canvas3DPickItemInterceptor = class {
|
|
17438
17719
|
constructor() {
|
|
17439
17720
|
this.order = 1;
|
|
@@ -17493,7 +17774,7 @@ let Canvas3DPickItemInterceptor = class {
|
|
|
17493
17774
|
context.setTransformForCurrent();
|
|
17494
17775
|
}
|
|
17495
17776
|
};
|
|
17496
|
-
Canvas3DPickItemInterceptor = __decorate$
|
|
17777
|
+
Canvas3DPickItemInterceptor = __decorate$1o([injectable()], Canvas3DPickItemInterceptor);
|
|
17497
17778
|
|
|
17498
17779
|
var pickModule = new ContainerModule((bind, unbind, isBound) => {
|
|
17499
17780
|
isBound(PickerService) || (bind(GlobalPickerService).toSelf(), bind(PickerService).toService(GlobalPickerService)), bind(Canvas3DPickItemInterceptor).toSelf().inSingletonScope(), bind(PickItemInterceptor).toService(Canvas3DPickItemInterceptor), bind(ShadowRootPickItemInterceptorContribution).toSelf().inSingletonScope(), bind(PickItemInterceptor).toService(ShadowRootPickItemInterceptorContribution), bind(InteractivePickItemInterceptorContribution).toSelf().inSingletonScope(), bind(PickItemInterceptor).toService(InteractivePickItemInterceptorContribution), bindContributionProvider(bind, PickItemInterceptor);
|
|
@@ -17506,17 +17787,17 @@ var graphicModule = new ContainerModule(bind => {
|
|
|
17506
17787
|
const AutoEnablePlugins = Symbol.for("AutoEnablePlugins");
|
|
17507
17788
|
const PluginService = Symbol.for("PluginService");
|
|
17508
17789
|
|
|
17509
|
-
var __decorate$
|
|
17790
|
+
var __decorate$1n = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17510
17791
|
var d,
|
|
17511
17792
|
c = arguments.length,
|
|
17512
17793
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17513
17794
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17514
17795
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17515
17796
|
},
|
|
17516
|
-
__metadata$
|
|
17797
|
+
__metadata$12 = undefined && undefined.__metadata || function (k, v) {
|
|
17517
17798
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17518
17799
|
},
|
|
17519
|
-
__param$
|
|
17800
|
+
__param$E = undefined && undefined.__param || function (paramIndex, decorator) {
|
|
17520
17801
|
return function (target, key) {
|
|
17521
17802
|
decorator(target, key, paramIndex);
|
|
17522
17803
|
};
|
|
@@ -17556,7 +17837,7 @@ let DefaultPluginService = class {
|
|
|
17556
17837
|
}), this.onRegisterPlugin = [];
|
|
17557
17838
|
}
|
|
17558
17839
|
};
|
|
17559
|
-
DefaultPluginService = __decorate$
|
|
17840
|
+
DefaultPluginService = __decorate$1n([injectable(), __param$E(0, inject(ContributionProvider)), __param$E(0, named(AutoEnablePlugins)), __metadata$12("design:paramtypes", [Object])], DefaultPluginService);
|
|
17560
17841
|
|
|
17561
17842
|
var pluginModule = new ContainerModule(bind => {
|
|
17562
17843
|
bind(PluginService).to(DefaultPluginService), bindContributionProviderNoSingletonScope(bind, AutoEnablePlugins);
|
|
@@ -17570,14 +17851,14 @@ var textMeasureModules = new ContainerModule(bind => {
|
|
|
17570
17851
|
bind(TextMeasureContribution).to(DefaultTextMeasureContribution).inSingletonScope(), bindContributionProvider(bind, TextMeasureContribution);
|
|
17571
17852
|
});
|
|
17572
17853
|
|
|
17573
|
-
var __decorate$
|
|
17854
|
+
var __decorate$1m = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17574
17855
|
var d,
|
|
17575
17856
|
c = arguments.length,
|
|
17576
17857
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17577
17858
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17578
17859
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17579
17860
|
},
|
|
17580
|
-
__metadata$
|
|
17861
|
+
__metadata$11 = undefined && undefined.__metadata || function (k, v) {
|
|
17581
17862
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17582
17863
|
};
|
|
17583
17864
|
let CanvasLayerHandlerContribution = class {
|
|
@@ -17647,16 +17928,16 @@ let CanvasLayerHandlerContribution = class {
|
|
|
17647
17928
|
this.canvas.release();
|
|
17648
17929
|
}
|
|
17649
17930
|
};
|
|
17650
|
-
CanvasLayerHandlerContribution = __decorate$
|
|
17931
|
+
CanvasLayerHandlerContribution = __decorate$1m([injectable(), __metadata$11("design:paramtypes", [])], CanvasLayerHandlerContribution);
|
|
17651
17932
|
|
|
17652
|
-
var __decorate$
|
|
17933
|
+
var __decorate$1l = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17653
17934
|
var d,
|
|
17654
17935
|
c = arguments.length,
|
|
17655
17936
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17656
17937
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17657
17938
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17658
17939
|
},
|
|
17659
|
-
__metadata$
|
|
17940
|
+
__metadata$10 = undefined && undefined.__metadata || function (k, v) {
|
|
17660
17941
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17661
17942
|
};
|
|
17662
17943
|
let EmptyLayerHandlerContribution = class {
|
|
@@ -17691,16 +17972,16 @@ let EmptyLayerHandlerContribution = class {
|
|
|
17691
17972
|
}
|
|
17692
17973
|
release() {}
|
|
17693
17974
|
};
|
|
17694
|
-
EmptyLayerHandlerContribution = __decorate$
|
|
17975
|
+
EmptyLayerHandlerContribution = __decorate$1l([injectable(), __metadata$10("design:paramtypes", [])], EmptyLayerHandlerContribution);
|
|
17695
17976
|
|
|
17696
|
-
var __decorate$
|
|
17977
|
+
var __decorate$1k = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17697
17978
|
var d,
|
|
17698
17979
|
c = arguments.length,
|
|
17699
17980
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17700
17981
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17701
17982
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17702
17983
|
},
|
|
17703
|
-
__metadata
|
|
17984
|
+
__metadata$$ = undefined && undefined.__metadata || function (k, v) {
|
|
17704
17985
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17705
17986
|
};
|
|
17706
17987
|
let OffscreenLayerHandlerContribution = class {
|
|
@@ -17763,7 +18044,7 @@ let OffscreenLayerHandlerContribution = class {
|
|
|
17763
18044
|
}
|
|
17764
18045
|
merge(layerHandlers) {}
|
|
17765
18046
|
};
|
|
17766
|
-
OffscreenLayerHandlerContribution = __decorate$
|
|
18047
|
+
OffscreenLayerHandlerContribution = __decorate$1k([injectable(), __metadata$$("design:paramtypes", [])], OffscreenLayerHandlerContribution);
|
|
17767
18048
|
|
|
17768
18049
|
var layerHandlerModules = new ContainerModule(bind => {
|
|
17769
18050
|
bind(CanvasLayerHandlerContribution).toSelf(), bind(OffscreenLayerHandlerContribution).toSelf(), bind(EmptyLayerHandlerContribution).toSelf(), bind(StaticLayerHandlerContribution).toService(CanvasLayerHandlerContribution), bind(DynamicLayerHandlerContribution).toService(OffscreenLayerHandlerContribution), bind(VirtualLayerHandlerContribution).toService(EmptyLayerHandlerContribution);
|
|
@@ -17879,17 +18160,17 @@ function findNextGraphic(graphic, id, defaultZIndex) {
|
|
|
17879
18160
|
return result;
|
|
17880
18161
|
}
|
|
17881
18162
|
|
|
17882
|
-
var __decorate$
|
|
18163
|
+
var __decorate$1j = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
17883
18164
|
var d,
|
|
17884
18165
|
c = arguments.length,
|
|
17885
18166
|
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
17886
18167
|
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
17887
18168
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
17888
18169
|
},
|
|
17889
|
-
__metadata
|
|
18170
|
+
__metadata$_ = undefined && undefined.__metadata || function (k, v) {
|
|
17890
18171
|
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
17891
18172
|
},
|
|
17892
|
-
__param$
|
|
18173
|
+
__param$D = undefined && undefined.__param || function (paramIndex, decorator) {
|
|
17893
18174
|
return function (target, key) {
|
|
17894
18175
|
decorator(target, key, paramIndex);
|
|
17895
18176
|
};
|
|
@@ -18076,101 +18357,7 @@ let DefaultDrawContribution = class {
|
|
|
18076
18357
|
}
|
|
18077
18358
|
afterDraw(renderService, drawParams) {}
|
|
18078
18359
|
};
|
|
18079
|
-
DefaultDrawContribution = __decorate$
|
|
18080
|
-
|
|
18081
|
-
var __decorate$1j = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
18082
|
-
var d,
|
|
18083
|
-
c = arguments.length,
|
|
18084
|
-
r = c < 3 ? target : null === desc ? desc = Object.getOwnPropertyDescriptor(target, key) : desc;
|
|
18085
|
-
if ("object" == typeof Reflect && "function" == typeof Reflect.decorate) r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) (d = decorators[i]) && (r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r);
|
|
18086
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
18087
|
-
},
|
|
18088
|
-
__metadata$_ = undefined && undefined.__metadata || function (k, v) {
|
|
18089
|
-
if ("object" == typeof Reflect && "function" == typeof Reflect.metadata) return Reflect.metadata(k, v);
|
|
18090
|
-
},
|
|
18091
|
-
__param$D = undefined && undefined.__param || function (paramIndex, decorator) {
|
|
18092
|
-
return function (target, key) {
|
|
18093
|
-
decorator(target, key, paramIndex);
|
|
18094
|
-
};
|
|
18095
|
-
};
|
|
18096
|
-
let DefaultCanvasGroupRender = class {
|
|
18097
|
-
constructor(groupRenderContribitions) {
|
|
18098
|
-
this.groupRenderContribitions = groupRenderContribitions, this.numberType = GROUP_NUMBER_TYPE;
|
|
18099
|
-
}
|
|
18100
|
-
drawShape(group, context, x, y, drawContext, params, fillCb, strokeCb) {
|
|
18101
|
-
const groupAttribute = getTheme(group, null == params ? void 0 : params.theme).group,
|
|
18102
|
-
{
|
|
18103
|
-
fill = groupAttribute.fill,
|
|
18104
|
-
background: background,
|
|
18105
|
-
stroke = groupAttribute.stroke,
|
|
18106
|
-
opacity = groupAttribute.opacity,
|
|
18107
|
-
width = groupAttribute.width,
|
|
18108
|
-
height = groupAttribute.height,
|
|
18109
|
-
clip = groupAttribute.clip,
|
|
18110
|
-
fillOpacity = groupAttribute.fillOpacity,
|
|
18111
|
-
strokeOpacity = groupAttribute.strokeOpacity,
|
|
18112
|
-
cornerRadius = groupAttribute.cornerRadius,
|
|
18113
|
-
path = groupAttribute.path,
|
|
18114
|
-
lineWidth = groupAttribute.lineWidth,
|
|
18115
|
-
visible = groupAttribute.visible
|
|
18116
|
-
} = group.attribute,
|
|
18117
|
-
fVisible = rectFillVisible(opacity, fillOpacity, width, height, fill),
|
|
18118
|
-
sVisible = rectStrokeVisible(opacity, strokeOpacity, width, height),
|
|
18119
|
-
doFill = runFill(fill, background),
|
|
18120
|
-
doStroke = runStroke(stroke, lineWidth);
|
|
18121
|
-
if (!group.valid || !visible) return;
|
|
18122
|
-
if (!clip) {
|
|
18123
|
-
if (!doFill && !doStroke) return;
|
|
18124
|
-
if (!(fVisible || sVisible || fillCb || strokeCb || background)) return;
|
|
18125
|
-
}
|
|
18126
|
-
if (path && path.length && drawContext.drawContribution) {
|
|
18127
|
-
const disableFill = context.disableFill,
|
|
18128
|
-
disableStroke = context.disableStroke,
|
|
18129
|
-
disableBeginPath = context.disableBeginPath;
|
|
18130
|
-
context.disableFill = !0, context.disableStroke = !0, context.disableBeginPath = !0, path.forEach(g => {
|
|
18131
|
-
drawContext.drawContribution.getRenderContribution(g).draw(g, drawContext.renderService, drawContext, params);
|
|
18132
|
-
}), context.disableFill = disableFill, context.disableStroke = disableStroke, context.disableBeginPath = disableBeginPath;
|
|
18133
|
-
} else 0 === cornerRadius || isArray$1(cornerRadius) && cornerRadius.every(num => 0 === num) ? (context.beginPath(), context.rect(x, y, width, height)) : (context.beginPath(), createRectPath(context, x, y, width, height, cornerRadius));
|
|
18134
|
-
this._groupRenderContribitions || (this._groupRenderContribitions = this.groupRenderContribitions.getContributions() || [], this._groupRenderContribitions.push(defaultGroupBackgroundRenderContribution));
|
|
18135
|
-
const doFillOrStroke = {
|
|
18136
|
-
doFill: doFill,
|
|
18137
|
-
doStroke: doStroke
|
|
18138
|
-
};
|
|
18139
|
-
this._groupRenderContribitions.forEach(c => {
|
|
18140
|
-
c.time === BaseRenderContributionTime.beforeFillStroke && c.drawShape(group, context, x, y, doFill, doStroke, fVisible, sVisible, groupAttribute, drawContext, fillCb, strokeCb, doFillOrStroke);
|
|
18141
|
-
}), clip && context.clip(), context.setShadowBlendStyle && context.setShadowBlendStyle(group, group.attribute, groupAttribute), doFillOrStroke.doFill && (fillCb ? fillCb(context, group.attribute, groupAttribute) : fVisible && (context.setCommonStyle(group, group.attribute, x, y, groupAttribute), context.fill())), doFillOrStroke.doStroke && (strokeCb ? strokeCb(context, group.attribute, groupAttribute) : sVisible && (context.setStrokeStyle(group, group.attribute, x, y, groupAttribute), context.stroke())), this._groupRenderContribitions.forEach(c => {
|
|
18142
|
-
c.time === BaseRenderContributionTime.afterFillStroke && c.drawShape(group, context, x, y, doFill, doStroke, fVisible, sVisible, groupAttribute, drawContext, fillCb, strokeCb);
|
|
18143
|
-
});
|
|
18144
|
-
}
|
|
18145
|
-
draw(group, renderService, drawContext, params) {
|
|
18146
|
-
const {
|
|
18147
|
-
context: context
|
|
18148
|
-
} = drawContext;
|
|
18149
|
-
if (!context) return;
|
|
18150
|
-
const {
|
|
18151
|
-
clip: clip,
|
|
18152
|
-
baseOpacity = 1
|
|
18153
|
-
} = group.attribute;
|
|
18154
|
-
clip ? context.save() : context.highPerformanceSave(), context.baseGlobalAlpha *= baseOpacity;
|
|
18155
|
-
const groupAttribute = getTheme(group, null == params ? void 0 : params.theme).group,
|
|
18156
|
-
lastModelMatrix = context.modelMatrix;
|
|
18157
|
-
if (context.camera) {
|
|
18158
|
-
const nextModelMatrix = mat4Allocate.allocate(),
|
|
18159
|
-
modelMatrix = mat4Allocate.allocate();
|
|
18160
|
-
getModelMatrix(modelMatrix, group, groupAttribute), multiplyMat4Mat4(nextModelMatrix, lastModelMatrix || nextModelMatrix, modelMatrix), context.modelMatrix = nextModelMatrix, mat4Allocate.free(modelMatrix), context.setTransform(1, 0, 0, 1, 0, 0, !0);
|
|
18161
|
-
} else context.transformFromMatrix(group.transMatrix, !0);
|
|
18162
|
-
context.beginPath(), params.skipDraw ? this.drawShape(group, context, 0, 0, drawContext, params, () => !1, () => !1) : this.drawShape(group, context, 0, 0, drawContext);
|
|
18163
|
-
const {
|
|
18164
|
-
scrollX = groupAttribute.scrollX,
|
|
18165
|
-
scrollY = groupAttribute.scrollY
|
|
18166
|
-
} = group.attribute;
|
|
18167
|
-
let p;
|
|
18168
|
-
(scrollX || scrollY) && context.translate(scrollX, scrollY), params && params.drawingCb && (p = params.drawingCb()), context.modelMatrix !== lastModelMatrix && mat4Allocate.free(context.modelMatrix), context.modelMatrix = lastModelMatrix, context.baseGlobalAlpha /= baseOpacity, p && p.then ? p.then(() => {
|
|
18169
|
-
clip ? context.restore() : context.highPerformanceRestore();
|
|
18170
|
-
}) : clip ? context.restore() : context.highPerformanceRestore();
|
|
18171
|
-
}
|
|
18172
|
-
};
|
|
18173
|
-
DefaultCanvasGroupRender = __decorate$1j([injectable(), __param$D(0, inject(ContributionProvider)), __param$D(0, named(GroupRenderContribution)), __metadata$_("design:paramtypes", [Object])], DefaultCanvasGroupRender);
|
|
18360
|
+
DefaultDrawContribution = __decorate$1j([injectable(), __param$D(0, multiInject(GraphicRender)), __param$D(1, inject(ContributionProvider)), __param$D(1, named(DrawItemInterceptor)), __metadata$_("design:paramtypes", [Array, Object])], DefaultDrawContribution);
|
|
18174
18361
|
|
|
18175
18362
|
var __decorate$1i = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
18176
18363
|
var d,
|
|
@@ -29105,7 +29292,7 @@ const registerWrapText = _registerWrapText;
|
|
|
29105
29292
|
|
|
29106
29293
|
const roughModule = _roughModule;
|
|
29107
29294
|
|
|
29108
|
-
const version = "0.19.
|
|
29295
|
+
const version = "0.19.20-alpha.3";
|
|
29109
29296
|
preLoadAllModule();
|
|
29110
29297
|
if (isBrowserEnv()) {
|
|
29111
29298
|
loadBrowserEnv(container);
|
|
@@ -29132,4 +29319,4 @@ registerSymbol();
|
|
|
29132
29319
|
registerText();
|
|
29133
29320
|
registerWrapText();
|
|
29134
29321
|
|
|
29135
|
-
export { ACustomAnimate, ARC3D_NUMBER_TYPE, ARC_NUMBER_TYPE, AREA_NUMBER_TYPE, AbstractGraphicRender, Animate, AnimateGroup, AnimateGroup1, AnimateMode, AnimateStatus, AnimateStepType, Application, Arc, Arc3d, Arc3dRender, ArcRender, ArcRenderContribution, Area, AreaRender, AreaRenderContribution, AttributeAnimate, AttributeUpdateType, AutoEnablePlugins, BaseCanvas, BaseEnvContribution, BaseRender, BaseRenderContributionTime, BaseWindowHandlerContribution, Basis, BeforeRenderConstribution, BoundsContext, BoundsPicker, BrowserEnvContribution, CIRCLE_NUMBER_TYPE, Canvas3DDrawItemInterceptor, Canvas3DPickItemInterceptor, CanvasArc3dPicker, CanvasArcPicker, CanvasAreaPicker, CanvasCirclePicker, CanvasFactory, CanvasGlyphPicker, CanvasGroupPicker, CanvasImagePicker, CanvasLinePicker, CanvasPathPicker, CanvasPickerContribution, CanvasPolygonPicker, CanvasPyramid3dPicker, CanvasRect3dPicker, CanvasRectPicker, CanvasRichTextPicker, CanvasSymbolPicker, CanvasTextLayout, CanvasTextPicker, CbAnimate, Circle, CircleRender, CircleRenderContribution, ClipAngleAnimate, ClipDirectionAnimate, ClipGraphicAnimate, ClipRadiusAnimate, ColorInterpolate, ColorStore, ColorType, CommonDrawItemInterceptorContribution, CommonRenderContribution, Container, ContainerModule, Context2dFactory, ContributionProvider, CurveContext, CurveTypeEnum, CustomEvent, CustomPath2D, CustomSymbolClass, DebugDrawItemInterceptorContribution, DefaultArcAllocate, DefaultArcAttribute, DefaultArcRenderContribution, DefaultAreaAllocate, DefaultAreaAttribute, DefaultAreaTextureRenderContribution, DefaultAttribute, DefaultBaseBackgroundRenderContribution, DefaultBaseInteractiveRenderContribution, DefaultBaseTextureRenderContribution, DefaultCanvasAllocate, DefaultCanvasArcRender, DefaultCanvasAreaRender, DefaultCanvasCircleRender, DefaultCanvasImageRender, DefaultCanvasLineRender, DefaultCanvasPathRender, DefaultCanvasPolygonRender, DefaultCanvasRectRender, DefaultCanvasSymbolRender, DefaultCanvasTextRender, DefaultCircleAllocate, DefaultCircleAttribute, DefaultCircleRenderContribution, DefaultConnectAttribute, DefaultDebugAttribute, DefaultFillStyle, DefaultGlobal, DefaultGlobalPickerService, DefaultGlyphAttribute, DefaultGraphicAllocate, DefaultGraphicMemoryManager, DefaultGraphicService, DefaultGraphicUtil, DefaultGroupAttribute, DefaultGroupBackgroundRenderContribution, DefaultImageAttribute, DefaultImageBackgroundRenderContribution, DefaultImageRenderContribution, DefaultLayerService, DefaultLayout, DefaultLineAllocate, DefaultLineAttribute, DefaultMat4Allocate, DefaultMatrixAllocate, DefaultMorphingAnimateConfig, DefaultPathAllocate, DefaultPathAttribute, DefaultPickService, DefaultPickStyle, DefaultPolygonAttribute, DefaultRect3dAttribute, DefaultRectAllocate, DefaultRectAttribute, DefaultRectRenderContribution, DefaultRenderService, DefaultRichTextAttribute, DefaultRichTextIconAttribute, DefaultStateAnimateConfig, DefaultStrokeStyle, DefaultStyle, DefaultSymbolAllocate, DefaultSymbolAttribute, DefaultSymbolRenderContribution, DefaultTextAllocate, DefaultTextAttribute, DefaultTextMeasureContribution, DefaultTextStyle, DefaultTicker, DefaultTimeline, DefaultTransform, DefaultTransformUtil, DefaultWindow, Direction$1 as Direction, DragNDrop, DrawContribution, DrawItemInterceptor, DynamicLayerHandlerContribution, Edge, EmptyContext2d, EnvContribution, EventManager, EventSystem, EventTarget, FORMAT_ELEMENT_COMMAND, FORMAT_TEXT_COMMAND, FadeInPlus, FederatedEvent, FederatedMouseEvent, FederatedPointerEvent, FederatedWheelEvent, Fragment, GLYPH_NUMBER_TYPE, GRAPHIC_UPDATE_TAG_KEY, GROUP_NUMBER_TYPE, Generator, Gesture, GlobalPickerService, Glyph, GlyphRender, Graphic, GraphicAnimate, GraphicCreator$1 as GraphicCreator, GraphicPicker, GraphicRender, GraphicService, GraphicUtil, Group, GroupFadeIn, GroupFadeOut, GroupRender, GroupRenderContribution, GroupUpdateAABBBoundsMode, HtmlAttributePlugin, IContainPointMode, IMAGE_NUMBER_TYPE, Image, ImageRender, ImageRenderContribution, IncreaseCount, IncrementalDrawContribution, InputText, InteractiveDrawItemInterceptorContribution, InteractivePickItemInterceptorContribution, InteractiveSubRenderContribution, LINE_NUMBER_TYPE, Layer, LayerService, Line$1 as Line, LineRender, Linear, LinearClosed, ManualTickHandler, ManualTicker, Mat4Allocate, MathArcPicker, MathAreaPicker, MathCirclePicker, MathGlyphPicker, MathImagePicker, MathLinePicker, MathPathPicker, MathPickerContribution, MathPolygonPicker, MathRectPicker, MathSymbolPicker, MathTextPicker, MatrixAllocate, Meteor, MonotoneX, MonotoneY, MorphingPath, MotionPath, MultiToOneMorphingPath, NOWORK_ANIMATE_ATTR, Node, PATH_NUMBER_TYPE, POLYGON_NUMBER_TYPE, PURE_STYLE_KEY, PYRAMID3D_NUMBER_TYPE, Path, PathRender, PathRenderContribution, PickItemInterceptor, PickerService, PluginService, Polygon, PolygonRender, PolygonRenderContribution, Pyramid3d, Pyramid3dRender, RAFTickHandler, REACT_TO_CANOPUS_EVENTS, REACT_TO_CANOPUS_EVENTS_LIST, RECT3D_NUMBER_TYPE, RECT_NUMBER_TYPE, RICHTEXT_NUMBER_TYPE, RafBasedSTO, ReactAttributePlugin, Rect, Rect3DRender, Rect3d, RectRender, RectRenderContribution, ReflectSegContext, RenderSelector, RenderService, ResourceLoader, RichText, RichTextEditPlugin, RichTextRender, RotateBySphereAnimate, SVG_ATTRIBUTE_MAP, SVG_ATTRIBUTE_MAP_KEYS, SVG_PARSE_ATTRIBUTE_MAP, SVG_PARSE_ATTRIBUTE_MAP_KEYS, SYMBOL_NUMBER_TYPE, SegContext, ShadowRoot, ShadowRootDrawItemInterceptorContribution, ShadowRootPickItemInterceptorContribution, SplitRectAfterRenderContribution, SplitRectBeforeRenderContribution, Stage, StaticLayerHandlerContribution, Step$1 as Step, StreamLight, SubAnimate, Symbol$1 as Symbol, SymbolRender, SymbolRenderContribution, TEXT_NUMBER_TYPE, TagPointsUpdate, Text, TextDirection, TextMeasureContribution, TextRender, TextRenderContribution, Theme, TimeOutTickHandler, TransformUtil, UpdateTag, VArc, VArc3d, VArea, VCircle, VGlobal, VGlyph, VGroup, VImage, VLine, VPath, VPolygon, VPyramid3d, VRect, VRect3d, VRichText, VSymbol, VText, VWindow, VirtualLayerHandlerContribution, WILDCARD, WindowHandlerContribution, WrapText, XMLParser, _interpolateColor, _registerArc, addArcToBezierPath$1 as addArcToBezierPath, addAttributeToPrototype, alignBezierCurves, alignSubpath, application, applyTransformOnBezierCurves, arc3dCanvasPickModule, arc3dModule, arcCanvasPickModule, arcMathPickModule, arcModule, areaCanvasPickModule, areaMathPickModule, areaModule, bezier, bezierCurversToPath, binarySplitPolygon, bindContributionProvider, bindContributionProviderNoSingletonScope, boundStroke, browserEnvModule, builtInSymbolStrMap, builtinSymbols, builtinSymbolsMap, calcLineCache$1 as calcLineCache, calculateLineHeight, canvasAllocate, centroidOfSubpath, circleBounds, circleCanvasPickModule, circleMathPickModule, circleModule, clock, cloneGraphic, colorEqual, colorStringInterpolationToStr, container, cornerTangents, createArc, createArc3d, createArea, createCircle, createColor, createConicalGradient, createGlyph, createGroup, createImage, createImageElement$1 as createImageElement, createLine, createMat4, createPath, createPolygon, createPyramid3d, createRect, createRect3d, createRectPath, createRichText, createShadowRoot, createStage, createSymbol, createText, createWrapText, cubicCalc, cubicLength, cubicPointAt, cubicSubdivide, decodeReactDom, defaultArcAllocate, defaultArcBackgroundRenderContribution, defaultArcRenderContribution, defaultArcTextureRenderContribution, defaultAreaAllocate, defaultBaseBackgroundRenderContribution, defaultBaseTextureRenderContribution, defaultCircleAllocate, defaultCircleBackgroundRenderContribution, defaultCircleRenderContribution, defaultCircleTextureRenderContribution, defaultGraphicMemoryManager, defaultGroupBackgroundRenderContribution, defaultImageBackgroundRenderContribution, defaultImageRenderContribution, defaultLineAllocate, defaultPathAllocate, defaultRectAllocate, defaultRectBackgroundRenderContribution, defaultRectRenderContribution, defaultRectTextureRenderContribution, defaultSymbolAllocate, defaultSymbolBackgroundRenderContribution, defaultSymbolRenderContribution, defaultSymbolTextureRenderContribution, defaultTextAllocate, defaultTicker, defaultTimeline, drawArc, drawArcPath$1 as drawArcPath, drawAreaSegments, drawIncrementalAreaSegments, drawIncrementalSegments, drawPathProxy, drawSegments, enumCommandMap, feishuEnvModule, fillVisible, findBestMorphingRotation, findNextGraphic, flatten_simplify, foreach, foreachAsync, genBasisSegments, genBasisTypeSegments, genLinearClosedSegments, genLinearClosedTypeSegments, genLinearSegments, genLinearTypeSegments, genMonotoneXSegments, genMonotoneXTypeSegments, genMonotoneYSegments, genMonotoneYTypeSegments, genNumberType, genStepSegments, genStepTypeSegments, getAttributeFromDefaultAttrList, getConicGradientAt, getContextFont, getCurrentEnv, getExtraModelMatrix, getModelMatrix, getRichTextBounds, getScaledStroke, getTextBounds, getTheme, getThemeFromGroup, globalTheme, glyphCanvasPickModule, glyphMathPickModule, glyphModule, graphicCreator, graphicService, graphicUtil, harmonyEnvModule, imageCanvasPickModule, imageMathPickModule, imageModule, incrementalAddTo, initAllEnv, initBrowserEnv, initFeishuEnv, initHarmonyEnv, initLynxEnv, initNodeEnv, initTTEnv, initTaroEnv, initWxEnv, inject, injectable, interpolateColor, interpolateGradientConicalColor, interpolateGradientLinearColor, interpolateGradientRadialColor, interpolatePureColorArray, intersect, isBrowserEnv, isNodeEnv, isSvg, isTransformKey, isXML, jsx, layerService, lineCanvasPickModule, lineMathPickModule, lineModule, loadAllEnv, loadAllModule, loadBrowserEnv, loadFeishuEnv, loadHarmonyEnv, loadLynxEnv, loadNodeEnv, loadTTEnv, loadTaroEnv, loadWxEnv, lookAt, lynxEnvModule, mat3Tomat4, mat4Allocate, matrixAllocate, morphPath, multiInject, multiToOneMorph, multiply, multiplyMat4Mat3, multiplyMat4Mat4, named, newThemeObj, nodeEnvModule, oneToMultiMorph, ortho, parsePadding, parseStroke, parseSvgPath, pathCanvasPickModule, pathMathPickModule, pathModule, pathToBezierCurves, point$2 as point, pointEqual, pointInterpolation, pointInterpolationHighPerformance, pointsEqual, pointsInterpolation, polygonCanvasPickModule, polygonMathPickModule, polygonModule, preLoadAllModule, pyramid3dCanvasPickModule, pyramid3dModule, rafBasedSto, rect3dCanvasPickModule, rect3dModule, rectCanvasPickModule, rectFillVisible, rectMathPickModule, rectModule, rectStrokeVisible, recursiveCallBinarySplit, registerArc, registerArc3d, registerArc3dGraphic, registerArcGraphic, registerArea, registerAreaGraphic, registerCircle, registerCircleGraphic, registerGlyph, registerGlyphGraphic, registerGroup, registerGroupGraphic, registerImage, registerImageGraphic, registerLine, registerLineGraphic, registerPath, registerPathGraphic, registerPolygon, registerPolygonGraphic, registerPyramid3d, registerPyramid3dGraphic, registerRect, registerRect3d, registerRect3dGraphic, registerRectGraphic, registerRichtext, registerRichtextGraphic, registerShadowRoot, registerShadowRootGraphic, registerSymbol, registerSymbolGraphic, registerText, registerTextGraphic, registerWrapText, registerWrapTextGraphic, renderCommandList, rewriteProto, richTextMathPickModule, richtextCanvasPickModule, richtextModule, rotateX, rotateY, roughModule, runFill, runStroke, segments, shouldUseMat4, snapLength, splitArc, splitArea, splitCircle, splitGraphic, splitLine, splitPath, splitPolygon, splitRect, splitToGrids, strCommandMap, strokeVisible, symbolCanvasPickModule, symbolMathPickModule, symbolModule, taroEnvModule, textAttributesToStyle, textCanvasPickModule, textDrawOffsetX, textDrawOffsetY, textLayoutOffsetY, textMathPickModule, textModule, transformKeys, transformMat4, transformUtil, translate, ttEnvModule, version, verticalLayout, vglobal, waitForAllSubLayers, wrapCanvas, wrapContext, wxEnvModule, xul };
|
|
29322
|
+
export { ACustomAnimate, ARC3D_NUMBER_TYPE, ARC_NUMBER_TYPE, AREA_NUMBER_TYPE, AbstractGraphicRender, Animate, AnimateGroup, AnimateGroup1, AnimateMode, AnimateStatus, AnimateStepType, Application, Arc, Arc3d, Arc3dRender, ArcRender, ArcRenderContribution, Area, AreaRender, AreaRenderContribution, AttributeAnimate, AttributeUpdateType, AutoEnablePlugins, BaseCanvas, BaseEnvContribution, BaseRender, BaseRenderContributionTime, BaseWindowHandlerContribution, Basis, BeforeRenderConstribution, BoundsContext, BoundsPicker, BrowserEnvContribution, CIRCLE_NUMBER_TYPE, Canvas3DDrawItemInterceptor, Canvas3DPickItemInterceptor, CanvasArc3dPicker, CanvasArcPicker, CanvasAreaPicker, CanvasCirclePicker, CanvasFactory, CanvasGlyphPicker, CanvasGroupPicker, CanvasImagePicker, CanvasLinePicker, CanvasPathPicker, CanvasPickerContribution, CanvasPolygonPicker, CanvasPyramid3dPicker, CanvasRect3dPicker, CanvasRectPicker, CanvasRichTextPicker, CanvasSymbolPicker, CanvasTextLayout, CanvasTextPicker, CbAnimate, Circle, CircleRender, CircleRenderContribution, ClipAngleAnimate, ClipDirectionAnimate, ClipGraphicAnimate, ClipRadiusAnimate, ColorInterpolate, ColorStore, ColorType, CommonDrawItemInterceptorContribution, CommonRenderContribution, Container, ContainerModule, Context2dFactory, ContributionProvider, CurveContext, CurveTypeEnum, CustomEvent, CustomPath2D, CustomSymbolClass, DebugDrawItemInterceptorContribution, DefaultArcAllocate, DefaultArcAttribute, DefaultArcRenderContribution, DefaultAreaAllocate, DefaultAreaAttribute, DefaultAreaTextureRenderContribution, DefaultAttribute, DefaultBaseBackgroundRenderContribution, DefaultBaseInteractiveRenderContribution, DefaultBaseTextureRenderContribution, DefaultCanvasAllocate, DefaultCanvasArcRender, DefaultCanvasAreaRender, DefaultCanvasCircleRender, DefaultCanvasGroupRender, DefaultCanvasImageRender, DefaultCanvasLineRender, DefaultCanvasPathRender, DefaultCanvasPolygonRender, DefaultCanvasRectRender, DefaultCanvasSymbolRender, DefaultCanvasTextRender, DefaultCircleAllocate, DefaultCircleAttribute, DefaultCircleRenderContribution, DefaultConnectAttribute, DefaultDebugAttribute, DefaultFillStyle, DefaultGlobal, DefaultGlobalPickerService, DefaultGlyphAttribute, DefaultGraphicAllocate, DefaultGraphicMemoryManager, DefaultGraphicService, DefaultGraphicUtil, DefaultGroupAttribute, DefaultGroupBackgroundRenderContribution, DefaultImageAttribute, DefaultImageBackgroundRenderContribution, DefaultImageRenderContribution, DefaultLayerService, DefaultLayout, DefaultLineAllocate, DefaultLineAttribute, DefaultMat4Allocate, DefaultMatrixAllocate, DefaultMorphingAnimateConfig, DefaultPathAllocate, DefaultPathAttribute, DefaultPickService, DefaultPickStyle, DefaultPolygonAttribute, DefaultRect3dAttribute, DefaultRectAllocate, DefaultRectAttribute, DefaultRectRenderContribution, DefaultRenderService, DefaultRichTextAttribute, DefaultRichTextIconAttribute, DefaultStateAnimateConfig, DefaultStrokeStyle, DefaultStyle, DefaultSymbolAllocate, DefaultSymbolAttribute, DefaultSymbolRenderContribution, DefaultTextAllocate, DefaultTextAttribute, DefaultTextMeasureContribution, DefaultTextStyle, DefaultTicker, DefaultTimeline, DefaultTransform, DefaultTransformUtil, DefaultWindow, Direction$1 as Direction, DragNDrop, DrawContribution, DrawItemInterceptor, DynamicLayerHandlerContribution, Edge, EmptyContext2d, EnvContribution, EventManager, EventSystem, EventTarget, FORMAT_ELEMENT_COMMAND, FORMAT_TEXT_COMMAND, FadeInPlus, FederatedEvent, FederatedMouseEvent, FederatedPointerEvent, FederatedWheelEvent, Fragment, GLYPH_NUMBER_TYPE, GRAPHIC_UPDATE_TAG_KEY, GROUP_NUMBER_TYPE, Generator, Gesture, GlobalPickerService, Glyph, GlyphRender, Graphic, GraphicAnimate, GraphicCreator$1 as GraphicCreator, GraphicPicker, GraphicRender, GraphicService, GraphicUtil, Group, GroupFadeIn, GroupFadeOut, GroupRender, GroupRenderContribution, GroupUpdateAABBBoundsMode, HtmlAttributePlugin, IContainPointMode, IMAGE_NUMBER_TYPE, Image, ImageRender, ImageRenderContribution, IncreaseCount, IncrementalDrawContribution, InputText, InteractiveDrawItemInterceptorContribution, InteractivePickItemInterceptorContribution, InteractiveSubRenderContribution, LINE_NUMBER_TYPE, Layer, LayerService, Line$1 as Line, LineRender, Linear, LinearClosed, ManualTickHandler, ManualTicker, Mat4Allocate, MathArcPicker, MathAreaPicker, MathCirclePicker, MathGlyphPicker, MathImagePicker, MathLinePicker, MathPathPicker, MathPickerContribution, MathPolygonPicker, MathRectPicker, MathSymbolPicker, MathTextPicker, MatrixAllocate, Meteor, MonotoneX, MonotoneY, MorphingPath, MotionPath, MultiToOneMorphingPath, NOWORK_ANIMATE_ATTR, Node, PATH_NUMBER_TYPE, POLYGON_NUMBER_TYPE, PURE_STYLE_KEY, PYRAMID3D_NUMBER_TYPE, Path, PathRender, PathRenderContribution, PickItemInterceptor, PickerService, PluginService, Polygon, PolygonRender, PolygonRenderContribution, Pyramid3d, Pyramid3dRender, RAFTickHandler, REACT_TO_CANOPUS_EVENTS, REACT_TO_CANOPUS_EVENTS_LIST, RECT3D_NUMBER_TYPE, RECT_NUMBER_TYPE, RICHTEXT_NUMBER_TYPE, RafBasedSTO, ReactAttributePlugin, Rect, Rect3DRender, Rect3d, RectRender, RectRenderContribution, ReflectSegContext, RenderSelector, RenderService, ResourceLoader, RichText, RichTextEditPlugin, RichTextRender, RotateBySphereAnimate, SVG_ATTRIBUTE_MAP, SVG_ATTRIBUTE_MAP_KEYS, SVG_PARSE_ATTRIBUTE_MAP, SVG_PARSE_ATTRIBUTE_MAP_KEYS, SYMBOL_NUMBER_TYPE, SegContext, ShadowRoot, ShadowRootDrawItemInterceptorContribution, ShadowRootPickItemInterceptorContribution, SplitRectAfterRenderContribution, SplitRectBeforeRenderContribution, Stage, StaticLayerHandlerContribution, Step$1 as Step, StreamLight, SubAnimate, Symbol$1 as Symbol, SymbolRender, SymbolRenderContribution, TEXT_NUMBER_TYPE, TagPointsUpdate, Text, TextDirection, TextMeasureContribution, TextRender, TextRenderContribution, Theme, TimeOutTickHandler, TransformUtil, UpdateTag, VArc, VArc3d, VArea, VCircle, VGlobal, VGlyph, VGroup, VImage, VLine, VPath, VPolygon, VPyramid3d, VRect, VRect3d, VRichText, VSymbol, VText, VWindow, VirtualLayerHandlerContribution, WILDCARD, WindowHandlerContribution, WrapText, XMLParser, _interpolateColor, _registerArc, addArcToBezierPath$1 as addArcToBezierPath, addAttributeToPrototype, alignBezierCurves, alignSubpath, application, applyTransformOnBezierCurves, arc3dCanvasPickModule, arc3dModule, arcCanvasPickModule, arcMathPickModule, arcModule, areaCanvasPickModule, areaMathPickModule, areaModule, bezier, bezierCurversToPath, binarySplitPolygon, bindContributionProvider, bindContributionProviderNoSingletonScope, boundStroke, browserEnvModule, builtInSymbolStrMap, builtinSymbols, builtinSymbolsMap, calcLineCache$1 as calcLineCache, calculateLineHeight, canvasAllocate, centroidOfSubpath, circleBounds, circleCanvasPickModule, circleMathPickModule, circleModule, clock, cloneGraphic, colorEqual, colorStringInterpolationToStr, container, cornerTangents, createArc, createArc3d, createArea, createCircle, createColor, createConicalGradient, createGlyph, createGroup, createImage, createImageElement$1 as createImageElement, createLine, createMat4, createPath, createPolygon, createPyramid3d, createRect, createRect3d, createRectPath, createRichText, createShadowRoot, createStage, createSymbol, createText, createWrapText, cubicCalc, cubicLength, cubicPointAt, cubicSubdivide, decodeReactDom, defaultArcAllocate, defaultArcBackgroundRenderContribution, defaultArcRenderContribution, defaultArcTextureRenderContribution, defaultAreaAllocate, defaultBaseBackgroundRenderContribution, defaultBaseTextureRenderContribution, defaultCircleAllocate, defaultCircleBackgroundRenderContribution, defaultCircleRenderContribution, defaultCircleTextureRenderContribution, defaultGraphicMemoryManager, defaultGroupBackgroundRenderContribution, defaultImageBackgroundRenderContribution, defaultImageRenderContribution, defaultLineAllocate, defaultPathAllocate, defaultRectAllocate, defaultRectBackgroundRenderContribution, defaultRectRenderContribution, defaultRectTextureRenderContribution, defaultSymbolAllocate, defaultSymbolBackgroundRenderContribution, defaultSymbolRenderContribution, defaultSymbolTextureRenderContribution, defaultTextAllocate, defaultTicker, defaultTimeline, drawArc, drawArcPath$1 as drawArcPath, drawAreaSegments, drawIncrementalAreaSegments, drawIncrementalSegments, drawPathProxy, drawSegments, enumCommandMap, feishuEnvModule, fillVisible, findBestMorphingRotation, findNextGraphic, flatten_simplify, foreach, foreachAsync, genBasisSegments, genBasisTypeSegments, genLinearClosedSegments, genLinearClosedTypeSegments, genLinearSegments, genLinearTypeSegments, genMonotoneXSegments, genMonotoneXTypeSegments, genMonotoneYSegments, genMonotoneYTypeSegments, genNumberType, genStepSegments, genStepTypeSegments, getAttributeFromDefaultAttrList, getConicGradientAt, getContextFont, getCurrentEnv, getExtraModelMatrix, getModelMatrix, getRichTextBounds, getScaledStroke, getTextBounds, getTheme, getThemeFromGroup, globalTheme, glyphCanvasPickModule, glyphMathPickModule, glyphModule, graphicCreator, graphicService, graphicUtil, harmonyEnvModule, imageCanvasPickModule, imageMathPickModule, imageModule, incrementalAddTo, initAllEnv, initBrowserEnv, initFeishuEnv, initHarmonyEnv, initLynxEnv, initNodeEnv, initTTEnv, initTaroEnv, initWxEnv, inject, injectable, interpolateColor, interpolateGradientConicalColor, interpolateGradientLinearColor, interpolateGradientRadialColor, interpolatePureColorArray, intersect, isBrowserEnv, isNodeEnv, isSvg, isTransformKey, isXML, jsx, layerService, lineCanvasPickModule, lineMathPickModule, lineModule, loadAllEnv, loadAllModule, loadBrowserEnv, loadFeishuEnv, loadHarmonyEnv, loadLynxEnv, loadNodeEnv, loadTTEnv, loadTaroEnv, loadWxEnv, lookAt, lynxEnvModule, mat3Tomat4, mat4Allocate, matrixAllocate, morphPath, multiInject, multiToOneMorph, multiply, multiplyMat4Mat3, multiplyMat4Mat4, named, newThemeObj, nodeEnvModule, oneToMultiMorph, ortho, parsePadding, parseStroke, parseSvgPath, pathCanvasPickModule, pathMathPickModule, pathModule, pathToBezierCurves, point$3 as point, pointEqual, pointInterpolation, pointInterpolationHighPerformance, pointsEqual, pointsInterpolation, polygonCanvasPickModule, polygonMathPickModule, polygonModule, preLoadAllModule, pyramid3dCanvasPickModule, pyramid3dModule, rafBasedSto, rect3dCanvasPickModule, rect3dModule, rectCanvasPickModule, rectFillVisible, rectMathPickModule, rectModule, rectStrokeVisible, recursiveCallBinarySplit, registerArc, registerArc3d, registerArc3dGraphic, registerArcGraphic, registerArea, registerAreaGraphic, registerCircle, registerCircleGraphic, registerGlyph, registerGlyphGraphic, registerGroup, registerGroupGraphic, registerImage, registerImageGraphic, registerLine, registerLineGraphic, registerPath, registerPathGraphic, registerPolygon, registerPolygonGraphic, registerPyramid3d, registerPyramid3dGraphic, registerRect, registerRect3d, registerRect3dGraphic, registerRectGraphic, registerRichtext, registerRichtextGraphic, registerShadowRoot, registerShadowRootGraphic, registerSymbol, registerSymbolGraphic, registerText, registerTextGraphic, registerWrapText, registerWrapTextGraphic, renderCommandList, rewriteProto, richTextMathPickModule, richtextCanvasPickModule, richtextModule, rotateX, rotateY, roughModule, runFill, runStroke, segments, shouldUseMat4, snapLength, splitArc, splitArea, splitCircle, splitGraphic, splitLine, splitPath, splitPolygon, splitRect, splitToGrids, strCommandMap, strokeVisible, symbolCanvasPickModule, symbolMathPickModule, symbolModule, taroEnvModule, textAttributesToStyle, textCanvasPickModule, textDrawOffsetX, textDrawOffsetY, textLayoutOffsetY, textMathPickModule, textModule, transformKeys, transformMat4, transformUtil, translate, ttEnvModule, version, verticalLayout, vglobal, waitForAllSubLayers, wrapCanvas, wrapContext, wxEnvModule, xul };
|