You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/Geometry/__snapshots__/simplify.test.ts.snap

23 lines
256 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`路径简化 1`] = `
Array [
Vector2 {
"x": 0,
"y": 0,
},
Vector2 {
"x": 10,
"y": 0,
},
Vector2 {
"x": 18,
"y": 6,
},
Vector2 {
"x": 28.3,
"y": 6,
},
]
`;