Pixels vs Inches: The SVG Setting That Breaks Cricut Imports
Screens use pixels. Cricut cuts inches.
Most SVG size problems happen when screen-size files are treated like physical cut-size files.
Almost every Cricut SVG sizing problem traces back to one quiet misunderstanding between two units: pixels and inches. Understand the difference once, and a whole category of frustration disappears.
What Pixels and Inches Actually Mean
Pixels are screen dots. They describe how something looks on a monitor or phone. A pixel has no fixed physical size — it changes with the screen.
Inches are physical measurements. They describe how big something is in the real world — on your vinyl, your mug, your shirt.
A Cricut machine only cares about inches, because it cuts physical material. When an SVG describes itself in pixels and hands that to Design Space, the machine has to guess, and it guesses inches.
See the pixels vs inches comparison
| Pixels | Inches | |
|---|---|---|
| Measures | Screen appearance | Physical size |
| Used by | Canva, Procreate, web tools | Cricut, cutting machines |
| Fixed physical size? | No | Yes |
| Safe for Cricut SVGs? | No — causes size bugs | Yes |
How to Always Design in the Right Unit
- Set your artboard in inches before you start. In Inkscape and Illustrator you can choose inches as the document unit. Do it first, not last.
- Design at the real cut size. A 3-inch decal should be designed on a 3-inch artboard. This keeps the viewBox honest.
- Convert text and strokes to paths. This makes the file’s size self-contained and stops other distortions.
- Export as a plain SVG. Avoid presets aimed at web or screen output.
Canva and Procreate are pixel-native and that is fine — just add one conversion step afterward. StickerReady converts pixel-based files to inch-based, Cricut-safe SVGs automatically.
Design anywhere, cut cleanly
StickerReady translates pixel-based files into inch-based, Cricut-ready SVGs in one step.
Try StickerReady freeFrequently Asked Questions
What DPI should I use for Cricut SVGs?
DPI (dots per inch) matters for raster images like PNGs, not for the vector paths in an SVG. For SVGs, what matters is that the viewBox and dimensions are in inches. For PNG Print Then Cut work, 300 DPI is the standard.
Why does the file look the right size in my browser but not in Cricut?
Browsers scale SVGs flexibly to fit the screen, so they look fine almost regardless of the viewBox. Cricut takes the dimensions literally. A browser preview is not a reliable size check.