File manager - Edit - /home/autoph/public_html/data03252025consolidation/node_modules/html2canvas/dist/lib/render/vector.js
Back
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var path_1 = require("./path"); var Vector = /** @class */ (function () { function Vector(x, y) { this.type = path_1.PathType.VECTOR; this.x = x; this.y = y; } Vector.prototype.add = function (deltaX, deltaY) { return new Vector(this.x + deltaX, this.y + deltaY); }; return Vector; }()); exports.Vector = Vector; exports.isVector = function (path) { return path.type === path_1.PathType.VECTOR; }; //# sourceMappingURL=vector.js.map
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings