David J. Harris
David J. Harris
Offset bug?
Hello, I'm sure I hit an offset bug already resolved in this library. Can you please confirm that these missing nested offsets were fixed in this or in the Rust...
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...
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)
``` // input polyline cavc::Polyline input; // add vertexes as (x, y, bulge) input.addVertex(-30.425, -19.3125, 0); input.addVertex(-30.425, -19.6875, 0); input.addVertex(45.575, -19.6875, 0); input.addVertex(45.575, -19.3125, 0); input.addVertex(102.575, -19.3125, 0); input.addVertex(102.575, 77.25,...
Hello, I have the following offset sample with an open polyline, and I cannot get a proper result; it seems that if I somehow ignore the result of the intersection...
Hello, While trying to read the arrowheads of dimensions I encountered some problems. I have created various .dwg files just for testing purposes, each one has different arrowheads: You can...
Hello, I find it difficult to compare hatch pattern JSON data with actual AutoCAD hatch pattern values, is there something I need to know to properly interpret these values? In...
With "Recovery Mode", I'm referring to an AutoCAD warning that appears when opening LibreDWG-generated DWG files. Related to issue: https://github.com/LibreDWG/libredwg/issues/346 Material is broken, right? What about hardcoding a blob of...
Hi, I managed to find these two polyline where the difference operation seems to not work, however I didn't manage to found the root cause; I tested the case with...
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...