mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
reset the current layer of the dxf.
This commit is contained in:
parent
3b3397063d
commit
3587a85341
1 changed files with 2 additions and 0 deletions
|
|
@ -522,6 +522,8 @@ export class IO {
|
|||
});
|
||||
});
|
||||
|
||||
// reset the current layer to 0, because its preserved in the dxf.
|
||||
dxf.setCurrentLayerName('0');
|
||||
return dxf.stringify();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue