Repository Analysis

fabricjs/fabric.js

Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser

7.4 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of fabricjs/fabric.js, a TypeScript project with 31,315 GitHub stars. SynthScan v2.0 examined 110,638 lines of code across 619 source files, recording 152 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 7.4 places this repository in the Low AI signal band.

The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).

7.4
Adjusted Score
7.4
Raw Score
100%
Time Factor
2026-07-08
Last Push
31.3K
Stars
TypeScript
Language
110.6K
Lines of Code
619
Files
152
Pattern Hits
2026-07-14
Scan Date
0.13
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.

Severity Breakdown

Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.

CRITICAL 80HIGH 0MEDIUM 1LOW 71

Directory Score Breakdown

This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.

Pattern Findings

The scanner identified 152 distinct pattern matches across 5 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.

Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.

Hallucination Indicators80 hits · 750 pts
SeverityFileLineSnippetContext
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts218 expect(cObj.oCoords.tl.corner.tl.x.toFixed(2), 'tl corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts221 expect(cObj.oCoords.tl.corner.tl.y.toFixed(2), 'tl corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts224 expect(cObj.oCoords.tl.corner.tr.x.toFixed(2), 'tl corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts227 expect(cObj.oCoords.tl.corner.tr.y.toFixed(2), 'tl corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts230 expect(cObj.oCoords.tl.corner.bl.x.toFixed(2), 'tl corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts233 expect(cObj.oCoords.tl.corner.bl.y.toFixed(2), 'tl corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts236 expect(cObj.oCoords.tl.corner.br.x.toFixed(2), 'tl corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts239 expect(cObj.oCoords.tl.corner.br.y.toFixed(2), 'tl corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts242 expect(cObj.oCoords.bl.corner.tl.x.toFixed(2), 'bl corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts245 expect(cObj.oCoords.bl.corner.tl.y.toFixed(2), 'bl corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts248 expect(cObj.oCoords.bl.corner.tr.x.toFixed(2), 'bl corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts251 expect(cObj.oCoords.bl.corner.tr.y.toFixed(2), 'bl corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts254 expect(cObj.oCoords.bl.corner.bl.x.toFixed(2), 'bl corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts257 expect(cObj.oCoords.bl.corner.bl.y.toFixed(2), 'bl corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts260 expect(cObj.oCoords.bl.corner.br.x.toFixed(2), 'bl corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts263 expect(cObj.oCoords.bl.corner.br.y.toFixed(2), 'bl corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts266 expect(cObj.oCoords.tr.corner.tl.x.toFixed(2), 'tr corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts269 expect(cObj.oCoords.tr.corner.tl.y.toFixed(2), 'tr corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts272 expect(cObj.oCoords.tr.corner.tr.x.toFixed(2), 'tr corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts275 expect(cObj.oCoords.tr.corner.tr.y.toFixed(2), 'tr corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts278 expect(cObj.oCoords.tr.corner.bl.x.toFixed(2), 'tr corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts281 expect(cObj.oCoords.tr.corner.bl.y.toFixed(2), 'tr corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts284 expect(cObj.oCoords.tr.corner.br.x.toFixed(2), 'tr corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts287 expect(cObj.oCoords.tr.corner.br.y.toFixed(2), 'tr corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts290 expect(cObj.oCoords.br.corner.tl.x.toFixed(2), 'br corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts293 expect(cObj.oCoords.br.corner.tl.y.toFixed(2), 'br corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts296 expect(cObj.oCoords.br.corner.tr.x.toFixed(2), 'br corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts299 expect(cObj.oCoords.br.corner.tr.y.toFixed(2), 'br corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts302 expect(cObj.oCoords.br.corner.bl.x.toFixed(2), 'br corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts305 expect(cObj.oCoords.br.corner.bl.y.toFixed(2), 'br corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts308 expect(cObj.oCoords.br.corner.br.x.toFixed(2), 'br corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts311 expect(cObj.oCoords.br.corner.br.y.toFixed(2), 'br corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts314 expect(cObj.oCoords.mtr.corner.tl.x.toFixed(2), 'mtr corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts317 expect(cObj.oCoords.mtr.corner.tl.y.toFixed(2), 'mtr corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts320 expect(cObj.oCoords.mtr.corner.tr.x.toFixed(2), 'mtr corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts323 expect(cObj.oCoords.mtr.corner.tr.y.toFixed(2), 'mtr corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts326 expect(cObj.oCoords.mtr.corner.bl.x.toFixed(2), 'mtr corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts329 expect(cObj.oCoords.mtr.corner.bl.y.toFixed(2), 'mtr corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts332 expect(cObj.oCoords.mtr.corner.br.x.toFixed(2), 'mtr corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts335 expect(cObj.oCoords.mtr.corner.br.y.toFixed(2), 'mtr corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts445 expect(cObj.oCoords.tl.corner.tl.x.toFixed(2), 'tl corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts448 expect(cObj.oCoords.tl.corner.tl.y.toFixed(2), 'tl corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts451 expect(cObj.oCoords.tl.corner.tr.x.toFixed(2), 'tl corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts454 expect(cObj.oCoords.tl.corner.tr.y.toFixed(2), 'tl corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts457 expect(cObj.oCoords.tl.corner.bl.x.toFixed(2), 'tl corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts460 expect(cObj.oCoords.tl.corner.bl.y.toFixed(2), 'tl corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts463 expect(cObj.oCoords.tl.corner.br.x.toFixed(2), 'tl corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts466 expect(cObj.oCoords.tl.corner.br.y.toFixed(2), 'tl corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts469 expect(cObj.oCoords.bl.corner.tl.x.toFixed(2), 'bl corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts472 expect(cObj.oCoords.bl.corner.tl.y.toFixed(2), 'bl corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts475 expect(cObj.oCoords.bl.corner.tr.x.toFixed(2), 'bl corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts478 expect(cObj.oCoords.bl.corner.tr.y.toFixed(2), 'bl corner.tr.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts481 expect(cObj.oCoords.bl.corner.bl.x.toFixed(2), 'bl corner.bl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts484 expect(cObj.oCoords.bl.corner.bl.y.toFixed(2), 'bl corner.bl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts487 expect(cObj.oCoords.bl.corner.br.x.toFixed(2), 'bl corner.br.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts490 expect(cObj.oCoords.bl.corner.br.y.toFixed(2), 'bl corner.br.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts493 expect(cObj.oCoords.tr.corner.tl.x.toFixed(2), 'tr corner.tl.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts496 expect(cObj.oCoords.tr.corner.tl.y.toFixed(2), 'tr corner.tl.y').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts499 expect(cObj.oCoords.tr.corner.tr.x.toFixed(2), 'tr corner.tr.x').toBe(CODE
CRITICALsrc/shapes/Object/Object-interactivity.spec.ts502 expect(cObj.oCoords.tr.corner.tr.y.toFixed(2), 'tr corner.tr.y').toBe(CODE
20 more matches not shown…
Over-Commented Block28 hits · 28 pts
SeverityFileLineSnippetContext
LOWtsconfig.json1{COMMENT
LOWtsconfig.json61 // "mapRoot": "", /* Specify the location where debugger should locate map files COMMENT
LOWtsconfig.json81 // "noImplicitAny": true, /* Enable error reporting for expressions and declarations withCOMMENT
LOWtsconfig-extensions.json1{COMMENT
LOWtsconfig-extensions.json61 // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScrCOMMENT
LOWtsconfig-extensions.json81 /* Type Checking */COMMENT
LOW.codesandbox/templates/next/next-env.d.ts1/// <reference types="next" />COMMENT
LOW.github/workflows/codeql-analysis.yml1# For most projects, this workflow file will not need changing; you simply needCOMMENT
LOW.github/workflows/scorecard.yml41COMMENT
LOWsrc/util/path/regex.ts21// const reClosePathCommand = String.raw`(Z)\s*`;COMMENT
LOWsrc/util/path/regex.ts41// `|(?:${reCubicCurveShortcutCommand})` +COMMENT
LOWsrc/shapes/Group.spec.ts1721 // rect5 = new fabric.Rect({ top: 1, left: 1, width: 3, height: 2, strokeWidth: 0, fill: 'red' });COMMENT
LOWsrc/shapes/Group.spec.ts1741 // img = new fabric.Image(_createImageElement()),COMMENT
LOWsrc/shapes/IText/ITextKeyBehavior.test.ts361// var iText = new fabric.IText('test', { styles: { 0: { 0: { fill: 'red' }, 1: { fill: 'blue' }}}});COMMENT
LOWsrc/shapes/Object/Object.spec.ts241 expect(cObj.get('width'), 'width should be set').toBe(99);COMMENT
LOWsrc/shapes/Object/Object.spec.ts1861 // expect(object2.fill, 'once assigned object is red').toBe('red');COMMENT
LOWsrc/canvas/StaticCanvas.spec.ts2241 // it('loads backgroundImage correctly', async () => {COMMENT
LOWsrc/canvas/Canvas.spec.ts2321 // canvas._setupCurrentTransform(eventStub, rect, alreadySelected);COMMENT
LOWsrc/canvas/Canvas.spec.ts2341 // target: canvas.upperCanvasEl,COMMENT
LOWsrc/canvas/Canvas.spec.ts2361 // canvas._setupCurrentTransform(eventStub, rect);COMMENT
LOWsrc/canvas/Canvas.spec.ts2381 // fabric.getFabricDocument().location.hostname +COMMENT
LOWsrc/canvas/Canvas.spec.ts2401 // var callbackFired = false;COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1801COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1821 // expect(!!canvas.actionIsDisabled('mr', target, e), 'action is not disabled').toBe(false);COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1841 // target = new FabricObject();COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1861 // expect(!!canvas.actionIsDisabled('tr', target, e), 'tr action is disabled scaling locked').toBe(true);COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1881 // expect(!!canvas.actionIsDisabled('mt', target, e), 'mt action is not disabled lockSkewing').toBe(false);COMMENT
LOWsrc/canvas/Canvas-events.spec.ts1901 // expect(!!canvas.actionIsDisabled('br', target, e), 'br action is not disabled lockSkewingY').toBe(false);COMMENT
Hyper-Verbose Identifiers22 hits · 22 pts
SeverityFileLineSnippetContext
LOW…ons/linear_gradient_controls/linearGradientControls.ts4export function createLinearGradientControls(CODE
LOW…ckages/gradient-controls/src/linearGradientControls.ts11export function createLinearGradientControls(CODE
LOW…ckages/gradient-controls/src/linearGradientHandlers.ts37 function linearGradientColorPositionHandler(CODE
LOW…ckages/gradient-controls/src/linearGradientHandlers.ts62 function linearGradientCoordPositionHandler(CODE
LOW…ckages/gradient-controls/src/linearGradientHandlers.ts148 function renderCircleControlWithLine(CODE
LOWpackages/cropping-controls/src/controlRendering.ts85export function renderRoundedSegmentControl(CODE
LOWpackages/cropping-controls/src/croppingHandlers.ts216export function ghostScalePositionHandler(CODE
LOW…e/tests/visual-output/rendering/testcases/free-draw.ts961async function renderFreedrawingWithDecimateToPoint(CODE
LOW…tput/rendering/testcases/global-composite-operation.ts151function generateGlobalCompositeTests(): renderTestType[] {CODE
LOWsrc/gradient/Gradient.spec.ts51function createRadialGradientWithInternalRadius() {CODE
LOWsrc/gradient/Gradient.spec.ts69function createRadialGradientSwapped() {CODE
LOWsrc/util/path/typechecks.ts103export function isAbsCubicCurveShortcutCmd(CODE
LOWsrc/util/path/typechecks.ts108export function isRelCubicCurveShortcutCmd(CODE
LOWsrc/util/path/typechecks.ts125export function isAbsQuadraticCurveShortcutCmd(CODE
LOWsrc/util/path/typechecks.ts130export function isRelQuadraticCurveShortcutCmd(CODE
LOWsrc/shapes/Object/StackedObject.spec.ts35function prepareObjectsForTreeTesting() {CODE
LOWsrc/parser/recursivelyParseGradientsXlink.ts16export function recursivelyParseGradientsXlink(CODE
LOWsrc/parser/getGlobalStylesForElement.ts8export function getGlobalStylesForElement(CODE
LOWsrc/canvas/Canvas.spec.ts674 function assertObjectsInOrderOnCanvas(CODE
LOWsrc/canvas/Canvas.spec.ts694 function assertNestedObjectsInOrder(CODE
LOWsrc/canvas/Canvas-events.spec.ts1063 function setSubTargetCheckRecursive(obj: any) {CODE
LOWsrc/canvas/Canvas-events.spec.ts1131 function setSubTargetCheckRecursive(obj: any) {CODE
Fake / Example Data21 hits · 21 pts
SeverityFileLineSnippetContext
LOW…x/templates/vanilla/src/testcases/clipPathSelection.ts7 const sampleText = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sem massa, suscipit non elit vel, vCODE
LOW…x/templates/vanilla/src/testcases/clipPathSelection.ts7 const sampleText = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sem massa, suscipit non elit vel, vCODE
LOW…ndbox/templates/vanilla/src/testcases/textbox-itext.ts4 const textValue = 'Lorem ipsum dolor sit amet consecutrioeioreieo';CODE
LOW…ndbox/templates/vanilla/src/testcases/textbox-itext.ts4 const textValue = 'Lorem ipsum dolor sit amet consecutrioeioreieo';CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts260 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts276 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts732 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts768 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts806 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts893 'lorem ipsum dolor sit Amet consectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts893 'lorem ipsum dolor sit Amet consectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts926 const text = new TestTextboxClass('lorem ipsum dolor sit Amet sit Amet', {CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts926 const text = new TestTextboxClass('lorem ipsum dolor sit Amet sit Amet', {CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts969 'lorem ipsum dolor sit Amet consectgetur',CODE
LOW…es/e2e/tests/visual-output/rendering/testcases/text.ts969 'lorem ipsum dolor sit Amet consectgetur',CODE
LOW…/visual-output/rendering/testcases/textWithClipPath.ts10 const sampleText = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sem massa, suscipit non elit vel,CODE
LOW…/visual-output/rendering/testcases/textWithClipPath.ts10 const sampleText = `Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sem massa, suscipit non elit vel,CODE
LOW…tests/visual-output/rendering/testcases/to-data-url.ts4const canvasWithObjects = String.raw`{"version":"7.0.0-beta1","objects":[{"type":"Rect","version":"7.0.0-beta1","left":4CODE
LOW…tests/visual-output/rendering/testcases/to-data-url.ts4const canvasWithObjects = String.raw`{"version":"7.0.0-beta1","objects":[{"type":"Rect","version":"7.0.0-beta1","left":4CODE
LOWpackages/e2e/tests/text/drag&drop/index.spec.ts330 text: 'lorem ipsum\ndolor\nsit Amet2\nconsectgetur',CODE
LOWpackages/e2e/tests/text/drag&drop/index.ts197 const b = new fabric.Textbox('lorem ipsum\ndolor\nsit Amet2\nconsectgetur', {CODE
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUMsrc/canvas/StaticCanvas.ts508 // but the code is robust enough to mostly work with flippingCOMMENT