libredwg
libredwg copied to clipboard
Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
There is possibility of second header and without objfreespace in AC1012. This mean, that we need to split.
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...
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...
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...
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...
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],...
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
at least tcc cannot debug them. and compcert warns: include/dwg.h:9642 anonymous structs/unions are a C11 extension [-Wc11-extensions]
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...