Cricut SVG Not Cutting Right? Nine Causes and Fixes

Photo2Vector Team

Design Space accepts almost any SVG and then does something unexpected with it: cutting outlines instead of shapes, splitting one design into forty layers, or scaling it to the size of a postage stamp. Nearly all of these come from a handful of specific causes in the file itself. Here they are, in rough order of how often they turn up.

1. It Cuts Outlines Instead of Solid Shapes

This is the most common complaint, and it is almost always strokes versus fills.

In SVG, a shape can have a fill (the enclosed area is coloured) and a stroke (the outline is drawn with a certain thickness). Visually a thick black stroke and a filled shape can look identical. To a cutting machine they are completely different: a stroke has two edges, so the machine cuts both sides of every line, producing thin outline rings instead of solid letters or shapes.

Fix: convert strokes to fills before exporting. In Inkscape that is Path → Stroke to Path. In Illustrator, Object → Path → Outline Stroke. If you are exporting from a converter, choose the fill or solid output option rather than the stroke or outline one.

A quick diagnostic: if the Design Space preview shows your design as hollow, doubled lines, it is strokes.

2. Everything Imports as Dozens of Separate Layers

Design Space creates a layer per distinct colour and per top-level group. A traced image with many colour regions can land as thirty or more layers, which is unmanageable.

Fix: before exporting, set everything to a single fill colour and group it. In Inkscape, select all, set fill to black, then Object → Group. In Design Space, you can also select the layers and use Weld — but be careful: Weld is destructive and merges overlapping shapes permanently.

If the layers are genuinely separate colours you intend to cut from different materials, this behaviour is correct and you want it. It is only a problem when a single-colour design fragments.

3. The Design Imports at the Wrong Size

An SVG without explicit physical units is interpreted by whatever assumption the importing program makes, and Design Space's assumption often disagrees with the exporting program's.

Fix: set the document size in real units (mm or inches) before export, not in pixels. In Inkscape, File → Document Properties → set units to mm and size the canvas to the physical size you want. Then just resize it in Design Space after import — this is a two-second fix that is not worth much effort to prevent.

What is worth preventing is the case where different parts of a multi-piece design scale inconsistently, which happens when they were grouped at different nesting levels. Flatten the grouping to one level before export.

4. Fine Detail Tears or Disappears

Every cutter has a minimum feature size, set by the blade geometry rather than the software. Below roughly 3 mm on standard vinyl, the blade tends to drag the material rather than cut it, and the piece lifts or tears.

Fixes, in order of effectiveness:

  • Scale the whole design up. This solves the problem completely and is usually the right answer.
  • Simplify the design. In Inkscape, Path → Simplify reduces node count and rounds off the finest detail deliberately, which cuts better than having it torn away randomly.
  • Use a finer blade. The deep-point blade cuts detail more reliably than the standard fine-point on thicker materials.
  • Slow the machine down. Custom material settings with reduced speed improve detail retention noticeably.
  • Use a fresh mat. A worn mat lets small pieces shift mid-cut, which looks exactly like a detail problem but is not.

If a design consistently needs detail below 3 mm, it is the wrong design for vinyl. Consider a different material or a different production method.

5. Design Space Refuses the File Entirely

Several file-level issues cause a flat rejection or a blank canvas:

  • Embedded raster images. An SVG can contain a PNG inside it. Design Space imports this as a printable image, not a cut path. Make sure the file contains real paths — if the conversion never happened, you have an image wearing an SVG file extension.
  • Text that is not converted to paths. Fonts do not travel with the file. Convert text to outlines before exporting (Path → Object to Path in Inkscape).
  • Unsupported SVG features. Filters, masks, clipping paths, gradients and blend modes are ignored or cause failures. Flatten everything to plain filled paths.
  • The file is enormous. Traced photographs can contain hundreds of thousands of nodes. Design Space struggles well before that. Simplify aggressively.

6-9. The Rest

6. Cut lines appear in the wrong place. Usually a transform applied to a group rather than baked into the path data. Ungroup everything, then regroup once, and re-export.

7. Overlapping shapes cut through each other. The cutter follows every path, including the parts hidden underneath. Use Weld in Design Space, or Path → Union in Inkscape before export, so overlapping areas become one shape.

8. Interior holes are filled in (or missing). This is fill-rule behaviour: whether an inner path counts as a hole depends on its direction relative to the outer path. In Inkscape, select the object and use Path → Reverse on the inner path. This is what makes the middle of an O appear or disappear.

9. The design is mirrored. Expected behaviour for heat-transfer vinyl — you must mirror it, since it is applied face down. Design Space prompts for this when the material is set to HTV. If it is mirrored on regular vinyl, something upstream flipped it; check for a negative scale transform.

Exporting an SVG That Just Works

A checklist to run through before every export. Following it prevents most of the above:

  1. All strokes converted to paths.
  2. All text converted to paths.
  3. A single fill colour if it is a single-material cut.
  4. Overlapping shapes united.
  5. No embedded raster images, filters, masks or gradients.
  6. Grouping flattened to one level.
  7. Document units set to mm or inches, canvas sized to physical size.
  8. Node count simplified — under a few thousand for a typical design.
  9. Nothing smaller than 3 mm at final size.

If you are converting a photograph, doing this by hand is tedious, and the point of a purpose-built converter is that it exports files already meeting this list: filled paths, one colour, no embedded rasters, sensible node counts. The related walkthrough is making an SVG for Cricut from a photo.

Frequently Asked Questions

Why does my Cricut cut only the outline of my SVG?

The shapes have strokes rather than fills. A stroke is a line with two edges, so the machine cuts both of them and you get hollow rings. Convert strokes to paths before exporting — Path → Stroke to Path in Inkscape, or Object → Path → Outline Stroke in Illustrator.

What is the smallest detail a Cricut can cut in vinyl?

About 3 mm reliably with a standard fine-point blade on regular adhesive vinyl. Below that the blade tends to drag rather than cut and the piece lifts. A deep-point blade, slower speed and a fresh mat push this down somewhat, but scaling the design up is the only fix that works consistently.

Why does my SVG import into Design Space as one big image instead of cut paths?

The file contains an embedded raster image rather than real vector paths. This happens when an image is simply saved with an .svg extension without being traced. Open it and check that it contains path elements; if it does not, the conversion step never actually ran.

Why do the holes in my letters fill in?

SVG fill rules decide whether an inner path is a hole or a solid, based on the direction it is drawn relative to the outer path. If the two run the same direction, the inner shape fills. Select the inner path and reverse its direction — Path → Reverse in Inkscape.

Do I need to weld my design before cutting?

Only if shapes overlap and you want the overlap to disappear. The cutter follows every path it is given, including the parts hidden underneath, so overlapping shapes cut through each other. Weld is destructive, so duplicate the design first, or use Attach instead if you only need the pieces to stay in position relative to each other.

Ready to Convert Your Photo?

Make a Cricut-Ready SVG

Start Converting