Turning DXF into an SVG in rust. #1223
-
Hi! I need to turn a ".dxf" file into a ".svg" file in rust. I originally thought I would just need to convert every entity type into an equivalent svg object. I made this package that way, but it failed for a lot of layers and the colors weren't working properly. This package worked amazingly for me but I couldn't tell where the conversion of SVG to DXF happens... I would be happy if someone were to tell me how does dxf-to-svg conversions happen in this codebase, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
By the https://github.com/mozman/ezdxf/tree/master/src/ezdxf/addons/drawing |
Beta Was this translation helpful? Give feedback.
-
The rough workflow of the drawing add-on: Frontend:
Render Pipeline:
Backend:
|
Beta Was this translation helpful? Give feedback.
The rough workflow of the drawing add-on:
Frontend:
Render Pipeline:
Backend: