{"id":"graphics.image--DecodeGraphicsSvgHex","name":"DecodeGraphicsSvgHex","owner":"yeho","package":"graphics.image","kind":"function","signature":"external DecodeGraphicsSvgHex(text contentIdentity, text containerHex, text source) returns graphicsDecodedImage","description":"Decode graphics svg hex.","context":"Decode and represent image data, including bounded PNG, JPEG, WebP, and SVG paths.","parameters":[{"name":"contentIdentity","type":"text","description":"Supply content identity as text."},{"name":"containerHex","type":"text","description":"Supply container hex as text."},{"name":"source","type":"text","description":"Supply source as text."}],"returns":"graphicsDecodedImage","members":[],"tags":["cpu","function","graphics","graphics.image","image","source-example","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/graphics/image/svg.yh","line":1140,"sha256":"99464ba6bddd7c4173f5c5209c3a46dffbc8d418312370f2db7623af55232a49"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use DecodeGraphicsSvgHex","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using graphics.image\n\n// Decode and represent image data, including bounded PNG, JPEG, WebP, and SVG paths.\ntext contentIdentity = \"sample\"\ntext containerHex = \"container Hex\"\ntext source = \"example\"\ngraphicsDecodedImage result = DecodeGraphicsSvgHex(contentIdentity, containerHex, source)\nConsole.Log(\"Inspect result in your debugger\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.graphics_image__decodegraphicssvghex\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"e891cde77d35ffff30adbe0aefd5cb84655f07e1fea7637220ef7fc9972b51c0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":[],"url":"https://demonhunterlabs.com/academy/api?item=graphics.image--DecodeGraphicsSvgHex","json":"https://demonhunterlabs.com/reference/items/graphics.image--DecodeGraphicsSvgHex.json","markdown":"https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsSvgHex.md"}
