reset the current layer of the dxf.

This commit is contained in:
EL JABIRI Tarik 2022-08-19 00:44:01 +01:00 committed by Val Erastov
parent 3b3397063d
commit 3587a85341

View file

@ -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();
}
}