Last updated: August 25, 2026
This page describes how Draw2D actually reads and writes CAD files. It is a product notice, not legal advice. AutoCAD and DWG are trademarks of Autodesk, Inc. EverrCAD is not affiliated with, endorsed by, or sponsored by Autodesk.
| Format | Draw2D (web) | Draw2D 2026 (desktop) |
|---|---|---|
| .eve | Native save / open | Native save / open |
| DXF | Import and export, written by EverrCAD | Import and export, written by Draw2D |
| DWG | Import only. Decoded on EverrCAD servers with GNU LibreDWG. No DWG export. | Import and export. Converted with LibreDWG’s dwg2dxf and dxf2dwg as separate programs. |
| PDF / SVG | Export | As provided by the desktop app |
Not every DWG or DXF entity, version, or third-party file will round-trip. Review converted drawings before using them in production.
DWG is a closed binary format. EverrCAD uses GNU LibreDWG (GPL-3.0-or-later) to decode and encode DWG. LibreDWG is not the Open Design Alliance (ODA) libraries, and it is not Autodesk software.
@mlightcad/libredwg-web) and returns a decoded drawing. The client then maps that into Draw2D the same way it maps DXF.dwg2dxf as a separate process, then Draw2D reads the DXF.dxf2dwg as a separate process.Draw2D 2026 is built with Qt 6 under the LGPL-3.0, linked dynamically so those libraries can be replaced. Full third-party notices ship inside the desktop app as NOTICE.txt.
LibreDWG copyright: Free Software Foundation, Inc. and contributors. Qt copyright: The Qt Company Ltd and other contributors.
These terms also appear in our Terms & Conditions.