This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/dxf_dwg_importer/node_modules/dxf/src/constants.js
2021-07-23 02:36:56 +02:00

8 lines
90 B
JavaScript

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