§ VALIDATION · RED

RASTER_IN_IMPORT

The SVG import contains raster image content that is not embroidery-safe as-is.

Import / format safetyDeterministic rule
← Back to validation rules

What it means

The SVG import contains raster image content that is not embroidery-safe as-is.

Why it matters

Raster pixels cannot be stitched directly without tracing or conversion.

Common triggers

  • PNG embedded in SVG
  • design exported from graphics tools with bitmap elements

Typical fixes

  • trace to vector
  • remove raster content
  • replace with vector shapes

Notes

  • Planned canonical rule: RASTER_IN_IMPORT.
  • Current implementation alias: raster_image_present in worker/validator.py.

Plan references

  • plan/05-validation.md
  • worker/validator.py