Skip to content

Preprocess non-path elements for DXF output

What does the merge request do?

Closes #518 (closed)

Implementation notes

The "shapes.svg" example now works perfectly in both export versions. Interestingly, the fix introduced some numerical precision difference.

I can't really test with the provided file due to inbox#8679 (moved).

Summary for release notes

The DXF export extensions (R12 and R14) now also process non-paths by converting them to path beforehand. This includes text, flowed text and clones.

Checklist

  • Add unit tests (if applicable)
  • Changes to inkex/ are well documented
  • Clean merge request history

Merge request reports