libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

problem in dwg2SVG

Open acabrera1000 opened this issue 1 year ago • 1 comments

I'm trying dwg2SVG, and I think there is an error in the implementation of static int output_BLOCK_HEADER (Dwg_Object_Ref *ref).

When output_object is called, the references of the objects of the block should be to the point of definition of the block, not to the point of insertion of the block.

acabrera1000 avatar Sep 20 '24 21:09 acabrera1000