ErrLookup › fabricjs/fabric.js
fabricjs/fabric.js
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser · TypeScript · 319 source files
Analyzed at 2bd4992cab on 2026-08-28. 11 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| No class registered for ${classType} | exception | error | fabricjs, class-registry, deserialization, json, custom-class |
| Trying to initialize a canvas that has already been initiali | exception | error | fabricjs, canvas, double-initialization, react, dispose |
| Fabric env was not initialized. Import fabric, fabric/node, | exception | error | fabricjs, environment, ssr, initialization, node |
| Vertex, fragment shader or program creation error | exception | error | fabricjs, webgl, filters, gpu-resources, context-loss |
| Vertex shader compile error for ${this.type}: ${gl.getShader | exception | error | fabricjs, webgl, glsl, shader-compile, custom-filter |
| Fragment shader compile error for ${this.type}: ${gl.getShad | exception | error | fabricjs, webgl, glsl, shader-compile, fragment-shader |
| Shader link error for "${this.type}" ${gl.getProgramInfoLog( | exception | error | webgl, shader, gpu, filter, glsl |
| HTTP error! status: ${response.status} | http | error | network, http, svg, loader, fetch |
| Failed to create `canvas` element | exception | error | canvas, ssr, node, dom, environment |
| Resource '${url}' is not allowed | validation | error | security, image, ssrf, validator, config |
| loadImage | exception | warning | abort, signal, async, image, cancellation |