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

There is possibility of second header and without objfreespace in AC1012. This mean, that we need to split.

bug

I converted a DWG with an empty model space and one paper space layout to JSON using `dwgread`. I then converted that JSON back to DWG using `dwgwrite`. When trying...

bug

Hello, I'm trying to read a dwg file "2.dwg" _(see attachment below 2.zip)_. I have a problem in a text entity: The Text entity with handle **890** should have the...

bug

I guess with the handles search changes lately

enhancement

I made a simple LibreDWG file conversion library for easier interoperability. I was hoping a WASM build of this could be released by default. WASM (with 3 exports) is easy...

enhancement
cla_needed

This serves my use case of a javascript production environment (I'm using it already); converting to/from JSON uing CLI, until I can produce an npm or WASM equivalent of DXF...

enhancement
cla_needed

Example: [first.dwg.gz](https://github.com/LibreDWG/libredwg/files/13461902/first.dwg.gz) first.dwg: ``` codepage: 28 [RS 0] ANSI_1250 ... Next object: 23 Handleoff: 0x1 [UMC] Offset: -133 [MC] @21132 ========================================== Object number: 23/17, Size: 74 [MS], Type: 42 [BS],...

bug

wrong prev_entity, next_entity links, see 2018/Surface, 2004/113200, to/2004/from_uloz.to/00_002_SKLADBA_STROPU_NAD_1NP_Kl_B.dwg seems like the prev,next_entity links are absolute, not relative. downconvert_relative_handle was harmful

bug
blocking

at least tcc cannot debug them. and compcert warns: include/dwg.h:9642 anonymous structs/unions are a C11 extension [-Wc11-extensions]

enhancement

get it from https://github.com/AbsInt/CompCert use it like: `../configure CC="ccomp -std=c11 -fstruct-passing -flongdouble" --disable-bindings --disable-werror` -Werror,-Wc11-extensions: anonymous structs/unions are a C11 extension include/dwg.h:9640 We really should stay c99 compatible error: use...

enhancement