Skip to content

LossSeverity

LossSeverity = "dropped" | "degraded" | "substituted"

Defined in: src/core/ir/loss.ts:16

  • dropped — content is absent from the output (e.g. math → markdown).
  • degraded — content survives with reduced fidelity (e.g. gradient → flat fill).
  • substituted — content was replaced by an equivalent (e.g. font substitution).