{"record":{"id":"e8970c33c2b85c72","repo":"gatsbyjs/gatsby","slug":"traced-svg-placeholder-argument-value-is-no-long-e8970c","errorCode":null,"errorMessage":"\"TRACED_SVG\" placeholder argument value is no longer supported (used in gatsbyImage processing), falling back to \"DOMINANT_COLOR\". See https://gatsby.dev/tracesvg-removal/","messagePattern":"\"TRACED_SVG\" placeholder argument value is no longer supported \\(used in gatsbyImage processing\\), falling back to \"DOMINANT_COLOR\"\\. See https://gatsby\\.dev/tracesvg-removal/","errorType":"console","errorClass":null,"httpStatus":null,"severity":"error","filePath":"packages/gatsby-plugin-utils/src/polyfill-remote-file/graphql/gatsby-image-resolver.ts","lineNumber":127,"sourceCode":"  }\n\n  if (!args.outputPixelDensities) {\n    args.outputPixelDensities = DEFAULT_PIXEL_DENSITIES\n  }\n\n  if (!args.breakpoints) {\n    args.breakpoints = DEFAULT_BREAKPOINTS\n  }\n\n  if (!args.fit) {\n    args.fit = `cover`\n  }\n\n  if (!args.placeholder) {\n    args.placeholder = PlaceholderType.DOMINANT_COLOR\n  } else if (args.placeholder === PlaceholderType.TRACED_SVG) {\n    if (!didShowTraceSVGRemovalWarning) {\n      console.warn(\n        `\"TRACED_SVG\" placeholder argument value is no longer supported (used in gatsbyImage processing), falling back to \"DOMINANT_COLOR\". See https://gatsby.dev/tracesvg-removal/`\n      )\n      didShowTraceSVGRemovalWarning = true\n    }\n    args.placeholder = PlaceholderType.DOMINANT_COLOR\n  }\n\n  if (!args.quality) {\n    args.quality = DEFAULT_QUALITY\n  }\n\n  let backgroundColor = args.backgroundColor\n  const sourceMetadata: ISourceMetadata = {\n    width: source.width,\n    height: source.height,\n    format: getImageFormatFromMimeType(source.mimeType),\n    filename: source.filename,\n  }","sourceCodeStart":109,"sourceCodeEnd":145,"githubUrl":"https://github.com/gatsbyjs/gatsby/blob/e85d62f1779e353eaac1753211629a26d123e26c/packages/gatsby-plugin-utils/src/polyfill-remote-file/graphql/gatsby-image-resolver.ts#L109-L145","documentation":"Error \"\"TRACED_SVG\" placeholder argument value is no longer supported (used in gatsbyImage processing), falling back to \"DOMINANT_COLOR\". See https://gatsby.dev/tracesvg-removal/\" thrown in gatsbyjs/gatsby.","triggerScenarios":"Thrown at packages/gatsby-plugin-utils/src/polyfill-remote-file/graphql/gatsby-image-resolver.ts:127 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Use the dominantColor or blurred placeholder instead","Remove TRACED_SVG usages from gatsbyImage arguments"],"exampleFix":null,"handlingStrategy":"fallback","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"e85d62f1779e353eaac1753211629a26d123e26c","analyzedAt":"2026-08-26T17:50:09.662Z","contentChangedAt":"2026-08-26T17:50:09.662Z","schemaVersion":2},"datasetVersion":"2026-09-14T00:17:10.932Z"}