Dxf 2 svg lost many graphic information

aspose-demo.zip (242.5 KB)
why dxf 2 svg lost many graphic informations ?
see 234.dxf -> output.svg
aspose-demo.zip (242 KB)

@zhangzh,
I have logged CADJAVA-10794 to investigate this on our side.

@zhangzh,
Hello, could you please test if loading with option is useful?

LoadOptions opts = new LoadOptions();
opts.setSpecifiedEncoding(CodePages.SimpChinese);
CadImage cadImage = (CadImage)Image.load(in, opts);