by andrew » Tue Apr 05, 2011 10:51 am
We've decided to provide two different SVG export options for QCAD3:
1. Export resembles original drawing as closely as possible. With this option, the SVG displays texts as lines and arcs, each dashed entity is exported as a group of separate, small line segments to render the exact same dash pattern as QCAD, etc. Exported files tend to be large but preserve the exact rendering. This is usually used for presentation (we use this for the figures in the QCAD book).
2. Export provides as much geometrical information as possible. With this option, the SVG will not render identical as the CAD drawing but tries to preserve as much of the original data as possible. This is usually used for further processing.
QCAD 2 interpolates some entities with line segments. QCAD 3 will export NURBS curves as a set of bezier curves (SVG limitation) and circles as circles unless the circle is dashed and the first option is chosen. If you can send files to us, we can produce some example output with both options: info [at] ribbonsoft [dot] com.