§ VALIDATION · RED

PATTERN_PRESENT

The import contains SVG pattern fills that are not directly embroidery-safe.

Import / format safetyDeterministic rule
← Back to validation rules

What it means

The import contains SVG pattern fills that are not directly embroidery-safe.

Why it matters

Pattern definitions are screen/vector constructs and need explicit stitch interpretation.

Common triggers

  • repeat fills from design tools
  • decorative pattern overlays

Typical fixes

  • flatten the pattern
  • convert to explicit geometry
  • replace with embroidery-native fill logic

Notes

  • Current implementation alias: pattern_present in worker/validator.py.

Plan references

  • worker/validator.py