You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: