|
@@ -97,9 +97,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
/******/ ({
|
|
|
|
|
|
/***/ "../../node_modules/tslib/tslib.es6.js":
|
|
|
-/*!*****************************************************************!*\
|
|
|
- !*** C:/Dev/Babylon/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
- \*****************************************************************/
|
|
|
+/*!***********************************************************!*\
|
|
|
+ !*** E:/Repos/Babylon.js/node_modules/tslib/tslib.es6.js ***!
|
|
|
+ \***********************************************************/
|
|
|
/*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault */
|
|
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
|
|
|
@@ -8183,8 +8183,8 @@ var Line = /** @class */ (function (_super) {
|
|
|
context.lineWidth = this._lineWidth;
|
|
|
context.setLineDash(this._dash);
|
|
|
context.beginPath();
|
|
|
- context.moveTo(this._currentMeasure.left, this._currentMeasure.top);
|
|
|
- context.lineTo(this._currentMeasure.left + this._currentMeasure.width, this._currentMeasure.top + this._currentMeasure.height);
|
|
|
+ context.moveTo(this._cachedParentMeasure.left + this._x1.getValue(this._host), this._cachedParentMeasure.left + this._y1.getValue(this._host));
|
|
|
+ context.lineTo(this._cachedParentMeasure.left + this._effectiveX2, this._cachedParentMeasure.left + this._effectiveY2);
|
|
|
context.stroke();
|
|
|
context.restore();
|
|
|
};
|