Michal Josef Špaček

Results 36 issues of Michal Josef Špaček

There is an issue in the encoding of 3DLINE in pre13. Test via dwgadd. cat test.dwgadd ``` line (1 2 3) (4 5 6) ``` Command: ```dwgadd -v9 --as r9...

In postR13 is in the header handle for these default LTYPE values. But in preR13 it quietly does not find a handle for these types. ``` ... if (vars->LTYPE_BYLAYER) return...

bug

In doc is construct like: ``` line (0 0 0) (100 0 100) line.layer = "1" ``` But output is: ``` ERROR: dwg_dynapi_entity_set_value: Invalid LINE field layer ``` in ```dwgadd...

enhancement

In https://github.com/LibreDWG/libredwg/issues/713 we discussed that PR is ugly and we need common POLYLINE and VERTEX entities.

Tested in Google Chrome and Firefox

Example (r14): [ltype1.dwg.gz](https://github.com/LibreDWG/libredwg/files/14572314/ltype1.dwg.gz) This is line with two text dashes. Output: ``` Next object: 27 Handleoff: 0xB [UMC] Offset: -1254 [MC] @1896 ========================================== Object number: 27/1B, Size: 510 [MS], Type:...

When I compile libredwg without ```--enable-debug``` (tested on mingw cross compilation). The conversion of DWG with MATERIAL class to JSON and back is not working. Output DWG file is not...

bug

Today we have many builds with message: ` BuildrootError: could not init mock buildroot, mock exited with status 30; see root.log for more information ` This kind of issue is...

There is no way to find out the library version programmatically. Could we improve it?

enhancement

When I do: * Run app * Set language to English * Exit (save to settings.vicuna) * Run app again (is in English) * Load images * Save to session...