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

Missing support for tag 21 `(enum )` in ASM data. Example: https://forums.autodesk.com/t5/autocad-forum/autocad-modeling-errors/td-p/7240558 "new block.dwg" ``` ... color-adesk-attrib $-1 $-1 $-1 $-1 $327 $1 # intcurve-curve $-1 $-1 $-1 F {...

enhancement

When reading or writing files rather use mmap() than memory buffers to save memory. DWG's can get quite big and we already have to keep a copy of the Dwg_Data...

enhancement

Are there any docs for the python bindings available. I have no idea how to use libredwg and run into a crash imediatly: ``` >>> import LibreDWG >>> LibreDWG.Dwg_Data() >>>...

enhancement
help wanted
good first issue

Consider attached [patch](https://github.com/LibreDWG/libredwg/files/3388944/decode-endian-fixes.txt). It might not be perfect and I've only tested it under FreeBSD (`#include `), so some adjustments are most certainly in order for GNU/Linux and other systems,...

enhancement

Hi, We would like to know if we can use LibreDWG to import meshes from .dwg to the real time engine for rendering. Thanks for your work on this so...

question

also free is crashing on uaf

bug

in work, HEADER and CLASSES already work

enhancement

There should not be duplicate 0.X.X handles. On decode and encode. Skip this object then. Maybe add this feature behind an extra `--audit` flag, because it could be expensive to...

enhancement

I'm using dwg2svg2 and dwg2SVG Need to change the stoke and stroke-width in generated svg

enhancement

NOD DICTIONARY.itemhandles to ACAD_TABLESTYLE, ACAD_MLEADERSTYLE, ACAD_VIEWDETAILSTYLE, ACAD_VIEWSECTIONSTYLE Typically in DICTIONARY C, the "NOD" (Named Object Dict). The AcDbVariableDictionary at 5E only links to the current names of all tabes.

enhancement