Why Your SVG Cuts Double Lines (and How to Get One Clean Path)
Your machine cuts every line twice because the trace outlined both edges of it. Here are the three causes of double-cut SVGs and the fix for each.
On this page
- What's actually happening
- Figure out which cause you have
- The fixes, by cause
- Traced outlines: trace it a different way
- Duplicate paths: ungroup and delete
- Fill plus stroke: remove one outline
- Why a cut setting usually won't save you
- Where PerfectVector fits (and where it doesn't)
- When double lines are actually correct
- FAQ
When your machine cuts two lines where you drew one, it's almost always because the SVG doesn't contain the line you think it does. It contains the outline of that line. A tracer took your single stroke, treated it as a thin shape, and drew a path around each edge. Your blade or laser then dutifully follows both. The fix depends on which of three things actually happened, and for the most common one it means tracing the image a different way, not just tracing it more cleanly.
This is a focused guide to one specific problem: lines that cut, score, or draw twice. If your converted file has other issues too, the broader PNG to SVG for Cricut troubleshooting guide covers the whole set.
Short on time? The three causes
- Traced outlines (most common): the trace drew around both sides of a line, so a single stroke became a skinny shape with two edges. Fix: centerline tracing, which runs one path down the middle, or a single-line font for text.
- Duplicate paths: two identical copies of the design sit stacked on top of each other. Fix: ungroup and delete one.
- Fill and stroke both showing: the shape has both a fill and a visible stroke, reading as two outlines. Fix: remove one.
- The catch: ordinary tracing, including an AI vectorizer, draws filled outlines. A single cut line comes from centerline tracing, not from a cleaner outline trace.
What's actually happening
To see why this occurs, it helps to know that a vector shape has three parts, and your cutting machine only cares about one of them.
- The path is the mathematical line itself. This is what the machine cuts.
- The stroke is the visible thickness drawn along that path, like ink on a pen line.
- The fill is the color poured inside a closed path.
Here's the trap. When you auto-trace a bitmap, like a PNG of a hand-drawn design, the tracer doesn't produce a thin centerline path with a stroke. It produces a filled shape. Your single pen line, which has a little width in the image, gets traced as a long skinny rectangle, and that rectangle's outline is two paths running down either side of where your line was. On screen it looks like one line because the fill hides the gap. The machine ignores the fill, sees the two outline paths, and cuts both.

This is worth saying plainly, because it's where most of the wrong fixes come from: every tool that traces a bitmap into shapes does this. Illustrator's Image Trace, Inkscape's default Trace Bitmap, and AI vectorizers all describe a region by its filled outline. That's exactly right for cutting out a shape, and exactly the problem for a line. So switching to a different or cleaner outline tracer gets you the same two edges. The doubled cut isn't mysterious once you see it: the file genuinely has two lines. The question is how they got there, because that decides how you remove them.
Figure out which cause you have
Three different situations produce double cuts, and they look similar until you look closely. Spend ten seconds identifying yours before you start deleting things.
| What you see | Likely cause | The tell |
|---|---|---|
| Two thin lines hugging each side of every stroke, a small gap between them | Traced outlines (a fill posing as a line) | The doubles follow the shape of your lines; zoom in and the gap is the original line's width |
| The entire design cuts twice, perfectly overlapping | Duplicate paths | Drag the top layer and a second identical copy stays behind |
| One shape cuts its edge twice | Fill plus a visible stroke, or two stacked copies | Check the shape's fill and stroke settings; both are set |
The first one is by far the most common when you've traced a line drawing, and it's the one people search for after three days of frustration. The other two are quicker to spot and quicker to fix.
The fixes, by cause
Traced outlines: trace it a different way
If your lines became filled shapes, deleting "one of the two lines" by hand is a trap. They're two edges of the same shape, so removing one leaves an open, broken path. And re-tracing with a different outline tool just hands you the same two edges. What actually produces a single cut line is a different method of tracing, plus a couple of honest alternatives.
Use centerline tracing. Centerline (or "single-line") tracing runs one path down the middle of each line instead of around it. In Inkscape, that's the Centerline mode of Trace Bitmap, not the default outline trace. The result is one path per stroke, which is exactly what a cutter wants. You'll usually thin the stroke afterward so the machine reads it as a single cut line. This is the real fix for line art, and it's a genuinely different operation from the outline tracing every other tool defaults to.
For text, use a single-line font. So-called single-line or engraving fonts are built as centerlines rather than filled letter shapes, so each letter is one stroke instead of an outline. A normal font converted to outlines will double for the same reason a traced drawing does.
Or engrave instead of cut. If a drawn or burned line is acceptable and you don't actually need a cut-through, you can sidestep the whole problem: set the lines to engrave (Fill mode on a laser), or use your machine's pen, draw, or score operation. The doubled outline stops mattering because you're filling the shape, not cutting around it.
Duplicate paths: ungroup and delete
If you dragged the top layer and a twin stayed behind, you simply have two copies. This happens with some marketplace files, or after copy-pasting during editing.
In your design software (Cricut Design Space, Silhouette Studio, LightBurn, or a vector editor), ungroup the design, select one of the two stacked copies, and delete it. In Design Space, ungrouping and checking the Layers panel usually reveals the duplicate as a separate entry. If the copies are welded or grouped tightly, editing the SVG in a vector editor first makes them easier to separate.
Fill plus stroke: remove one outline
Sometimes a single shape has both a fill and a visible stroke, and the machine treats the fill boundary and the stroke as two cut lines. The fix is to decide which one you want and remove the other. For a cut file you usually want the path with a thin stroke and no fill, which is also the cleanest thing to send to most machines.
Why a cut setting usually won't save you
It's tempting to look for a setting that just makes the doubling go away, but mostly there isn't one. In LightBurn-style software, Line mode cuts the path exactly as drawn, so it faithfully follows both edges of a doubled outline, and Fill mode engraves the enclosed area rather than cutting it. A true centerline cut, one that follows the middle of a traced shape on its own, isn't something mainstream laser software offers; in LightBurn it's a long-standing user request rather than a feature. Silhouette Studio's cut-edge options and similar toggles can help you pick which line to cut, but they don't merge two edges into one.
So the levers that actually work are the file and the operation: fix the path at the source (centerline-trace it, or remove the duplicate), or switch from cutting to engraving. Changing cut modes alone won't turn a double outline into a single cut.
Where PerfectVector fits (and where it doesn't)
PerfectVector is a color and shape vectorizer. It rebuilds an image as clean, low-node filled paths, which is exactly what you want when you're cutting out shapes: a silhouette, a layered color design, a solid logo. Each shape comes back as one clean boundary, and that boundary is the single cut you're after, so there's no doubling, because a filled shape has one edge to cut. It's also the quick way to redo a design that's doubling because it carries duplicate or messy paths: re-convert from the original and you get one clean boundary per shape instead of stacked copies.
What it is not is a centerline tracer. If your design is pure line art that you want cut as single strokes, a fill vectorizer, ours included, will trace each stroke as a filled outline and hand you the same two edges. For that job the answer is centerline tracing or a single-line font, as above. Knowing when a vectorizer is the wrong tool saves more material than any setting does.
So when you're cutting out filled or color designs, convert to a clean SVG for Cricut, or a cut-ready SVG for a laser, and confirm each shape has a single boundary before you run the job. While you're checking, it's worth confirming the design isn't also carrying far too many nodes, the other failure mode that makes a trace cut badly.
When double lines are actually correct
Not every pair of lines is a mistake, so check before you delete:
- Outlined letters and shapes are supposed to have an inside and an outside edge. A cut-out letter "O" has two paths because it's a ring, and that's right.
- Score-then-cut designs sometimes include a score line beside a cut line on purpose, for folding. Check whether the second line is assigned to a different operation before removing it.
- Offset or sticker cut lines are intentionally a second path around your art, to leave a border. If you added an offset, the extra line is the offset doing its job.
The giveaway for a real problem is that the two lines hug a single intended stroke with a tiny gap, and both are set to the same operation. That's a doubled cut. A genuine inside-and-outside edge sits where the design actually has two edges.
FAQ
Why does my SVG cut two lines instead of one? Because the file contains the outline of your line rather than the line itself. When artwork is auto-traced, each stroke is converted into a thin filled shape, and the machine cuts both edges of that shape. The fix is centerline tracing, which runs a single path down the middle of each line, or a single-line font for text. An ordinary fill vectorizer will reproduce the two edges, because tracing a filled shape is what creates them.
How do I get rid of double cut lines in Cricut Design Space? First identify the cause. If it's two stacked copies, ungroup the design, select one copy in the Layers panel, and delete it. If every line is doubled because the file is a traced outline, re-tracing won't fix it; centerline-trace the original instead, use a single-line font for text, or set the design to a Pen or Draw operation so it draws the line once rather than cutting both edges.
What is centerline tracing? Centerline tracing runs a single path down the middle of each line in your image, instead of outlining both sides of it the way standard bitmap tracing does. It's the mode you want for line art destined for cutting, scoring, or pen drawing, because it produces one path per line rather than two. It's a different operation from the outline tracing that vectorizers and Image Trace tools do by default.
Why does my line drawing cut double on my laser? Because the trace outlined your strokes into filled shapes, so the laser follows both edges. Mainstream laser software won't collapse that into a centerline for you, so fix it at the source: centerline-trace the drawing, thin the stroke, or engrave the lines with Fill mode instead of cutting them.
Should I just delete one of the double lines? Only if they're genuinely two separate paths, like duplicate copies. If the doubling comes from a traced outline, the two lines are edges of one shape, and deleting one leaves a broken open path. In that case, fix it upstream by centerline-tracing the original instead.
Double-cut lines come down to one thing: the file holds the outline of your lines instead of the lines themselves. For line art you want cut once, centerline-trace it or use a single-line font. For cutting out filled and color designs, give your machine clean single-boundary shapes and check each one before you run the job.
More from the blog

Vector Art for T-Shirts: Why Printers Want It (and How to Make Your Own)
Your printer asked for vector art and all you have is a PNG. Here's why shirt printing wants vectors, where to get them, and how to turn your own design into one.

SVG vs DXF for Laser Cutting: Which One Should You Actually Use?
For most desktop laser cutters, SVG is the answer, but not always. Here's when to use each, what conversion does to your design, and why clean paths matter more.