CAD sketches
Carry 2D outlines into a sketch without guessing which SVG units your importer assumed.
Local tool for CAD, CNC & laser work
Convert SVG files to clean, correctly scaled DXF drawings. See the actual export geometry before it reaches your CAD or cutter.
We’ll resolve the paths, check the physical scale, and show exactly what goes into the DXF.
Your file stays in this tab — no uploads.Ready for an SVG file.
01 · The geometry contract
DXF carries geometry, not SVG’s full visual appearance. This converter exports the underlying source paths once and tells you when a visual feature cannot be represented safely.
<path><line><rect><circle><ellipse><polyline><polygon>Nothing unsupported is silently dropped into a “mostly right” DXF. Learn how to convert text to outlines.
02 · Three measured steps
The entire conversion stays in one browser tab. The server delivers the app; it never receives your source or output file.
Drop one plain UTF-8 SVG. The browser reads it directly from your device.
Physical units are preserved. CSS pixels use 96 px/in. Missing size becomes one clear question.
The preview and DXF use the same flattened geometry. Warnings stay visible beside the download.
03 · Units without folklore
SVG files can describe a canvas in millimeters, inches, points, CSS pixels, or no physical unit at all. We show both the canvas and artwork bounds—and where each measurement came from.
mm, cm, in, pt, pc, Q are preserved.px and unitless root dimensions are interpreted at 96 CSS px per inch.04 · Built for real imports
Carry 2D outlines into a sketch without guessing which SVG units your importer assumed.
See open contours before download and keep stroke decoration out of toolpath geometry.
Move artwork to a clean origin and inspect the exact polylines that reach the DXF.
05 · Bench notes
Still unsure? Send a question or a sanitized fixture.
No. File bytes move from the browser File API to a local Web Worker and conversion engine. They are not sent to an application server, analytics service, or storage.
Live text depends on fonts and shaping rules that DXF cannot reproduce reliably. Convert it to vector outlines in the authoring app first.
The converter exports geometry, not SVG appearance. The preview shows the polylines and circles written to the DXF, so gradients, fill colors, and stroke widths are not shown.
ASCII DXF R2000 (AC1015), with drawing units set to millimeters or inches and 2D geometry on layer 0.
Not yet. The converter handles one SVG at a time so every scale decision and warning stays visible.