{
  "@context": "https://schema.org",
  "@type": "TechArticle",
  "@id": "https://anchorfact.org/kb/kb-2026-00090",
  "headline": "Canvas API",
  "description": "The Canvas API provides a 2D drawing context (`getContext('2d')`) for programmatically rendering graphics, text, and images onto an HTML `<canvas>` element. It supports paths, rectangles, arcs, images, gradients, and pixel manipulation.",
  "dateCreated": "2026-05-22T14:59:47.542Z",
  "dateModified": "2026-05-22T14:59:47.542Z",
  "author": {
    "@type": "Organization",
    "name": "AnchorFact"
  },
  "publisher": {
    "@type": "Organization",
    "name": "AnchorFact",
    "url": "https://anchorfact.org"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "anchorfact:confidence": "high",
  "anchorfact:generationMethod": "human_only",
  "citation": []
}