dxfview 0.0.4-beta.1 → 0.0.4-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -215,7 +215,7 @@ export declare class DxfLoader extends THREE.Loader {
|
|
|
215
215
|
private timer;
|
|
216
216
|
private ignorePaperSpace;
|
|
217
217
|
font?: FontManager;
|
|
218
|
-
|
|
218
|
+
encoding: string;
|
|
219
219
|
private overrideColor?;
|
|
220
220
|
private overrideHatchPatternLineThickness?;
|
|
221
221
|
angBase: number | IPoint;
|