mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 04:27:55 +01:00
remove line breaks
This commit is contained in:
parent
47e5090444
commit
08adf33139
@ -4,8 +4,7 @@ export default class {
|
||||
constructor() {
|
||||
this.parts = [];
|
||||
}
|
||||
|
||||
getOutline () {
|
||||
getOutline() {
|
||||
const outLines = new Shape([], true);
|
||||
|
||||
for (let i = 0; i < this.parts.length; i ++) {
|
||||
@ -18,8 +17,7 @@ export default class {
|
||||
|
||||
return outLines;
|
||||
}
|
||||
|
||||
add (shape) {
|
||||
add(shape) {
|
||||
const part = { shape };
|
||||
|
||||
if (shape.closed) {
|
||||
|
Loading…
Reference in New Issue
Block a user