Comment 3 for bug 487648

Revision history for this message
Alvin Penner (apenner) wrote :

The DXF output routine has a problem (along with a few other Python extensions such as Perspective) in that it will not always recognize the effects of transform elements in a group.
To get around this, it is often necessary to massage the file before sending the output.
    What I did with this file was apply the menu item 'Edit->Select All', and then apply 'Object->UnGroup'.
    Then I generated the DXF output to get the attached.
    Does this solve the problem?