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

8 lines
91 B
JavaScript

export const ZERO_TRANSFORM = {
x: 0,
y: 0,
xScale: 1,
yScale: 1,
rotation: 0,
}