mightyscape-1.2/extensions/fablabchemnitz/dxf_dwg_importer/node_modules/dxf/lib/constants.js

14 lines
235 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ZERO_TRANSFORM = void 0;
var ZERO_TRANSFORM = {
x: 0,
y: 0,
xScale: 1,
yScale: 1,
rotation: 0
};
exports.ZERO_TRANSFORM = ZERO_TRANSFORM;