libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

Official mirror of libredwg. With CI hooks and nightly releases. PR's ok

Results 172 libredwg issues
Sort by recently updated
recently updated
newest added

I'm trying dwg2SVG, and I think there is an error in the implementation of static int output_BLOCK_HEADER (Dwg_Object_Ref *ref). When output_object is called, the references of the objects of the...

bug

check with dxf-check: - [x] AcDbViewportTable on out_dxf blank_2000.dwg: Object improperly read: AcDbViewportTable (8) the dxf is written as 2 VPORT 70 2 (num_entries), but with NULL entries it must...

bug
blocking

dwg2dxf problems with r13 and r14: - [x] the paper space block is listed in the BLOCK_CONTROL.entries also - [x] the 0 layer is listed 2x in the LAYER_CONTROL.entries. Same...

bug

prepare test: ```sh cd test/unit-testing LIBREDWG_DEBUG=-1 ./add_test ``` check if created dwg's are valid: ```sh for d in add_*_2000.dwg; do ../../oda $d; done ``` - [x] 3dface - [x] arc...

bug

Hello , i encountered a issue when converting a large (12MB) dwg file to json . 'Warning: checksum: 0x935dbb45 (calculated) CRC mismatch 0xaafa14-0xab29e5\n' + '\n' + 'ERROR: Skip section AcDb:Preview...

![Image](https://github.com/user-attachments/assets/bdd4f150-22c4-455e-b7e6-f09944762876) i added these files in my Python Lib Folder, the package doesnt seem to find the _module tho, what am i doing wrong? ```Bash ❯ & C:/Python311/python.exe d:/dev/h/load_dwg.py Traceback...

Hello, I've tested the dwgrewrite and load_dwg examples using the attached empty_v2000.dwg file. * dwgrewrite works fine. * load_dwg produces a new file that, when opened in AutoCAD, triggers the...

bug

I realized that when changing the drawing order of entities, I cannot read them properly, and some are missed. If this isn't a bug, how should I read them in...