§ VALIDATION · RED

FILTER_PRESENT

The design contains SVG filters that are not embroidery-safe.

Import / format safetyDeterministic rule
← Back to validation rules

What it means

The design contains SVG filters that are not embroidery-safe.

Why it matters

Blur, shadow, and filter pipelines do not map directly to stitched output.

Common triggers

  • graphic-design drop shadows
  • glows
  • blurred design elements

Typical fixes

  • remove filters
  • replace with explicit vector/stitch geometry

Notes

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

Plan references

  • worker/validator.py