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
trafficstars

I've made the simplest DWG containing only one circle and I still get the Recovery Mode when opening it in AutoCAD 2007. From what I can see, LibreDWG is unable...

bug
regression

How to explode the block reference by using the libredwg ?Just like the AutoCAD's command "explode", and get all of the entities in the block reference.

Compile times are getting insane with 16GB RAM. Split out several shared libs of either modules, or object families (as Teigha does). With modules encode/decode split compile-time will still require...

enhancement
blocking

Hello, Running `make check` fails for me on a Gentoo Linux system with version 0.12.4. ``` PASS: alive.test Reading DWG file ../test/test-data/2000/PolyLine2D.dwg Writing DXF file ../PolyLine2D_2000.dxf Reading DWG file ../test/test-data/example_r14.dwg...

Then we can deprecate dwg2SVG and dwg2ps, and rather use plotutils, either via libplot or via plot(1), which supports much more output formats, bitmap and vector. Even real plotting formats,...

enhancement

Hello, Trying the attached DWG file with the latest build we get a much worse result. Screenshots are included in the attached zip file. [TestDWG.zip](https://github.com/LibreDWG/libredwg/files/6081593/TestDWG.zip)

invalid

Hi~ For Text entity, if the font name is Arial or others that is plain ASCII, we can get the correct font_file. But when Text entity use Chinese font with...

enhancement

I have a dwg drawing and after converting it to dxf, dimensions are not visible in the result (when trying out with both QCAD and LibreCAD: ![image](https://user-images.githubusercontent.com/91895/113716265-15afe380-96f3-11eb-9622-4267c35512b3.png) Same DWG file...

We really need the encoding of the string being stored, to avoid unneeded conversions (injson/indxf e.g. r2007 -> r2000), and while we are there we can also store the length...

enhancement

In some scenarios, we will store some data in `xdata`. The current `geojson` file does not contain these data. This function can be added in future versions. When use `dwgread.exe`...

enhancement
need info