Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ gradient.spec.js
File
gradient.spec.js
packages/melonjs/tests/gradient.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeAll, beforeEach, describe, expect, it } from
"vitest"
;
2
import
{ Application, Color, Gradient } from
"../src/index.js"
;
3
4
describe(
"Gradient"
, () => {
Callers
nothing calls this directly
Calls
12
createLinearGradient
Method · 0.80
addColorStop
Method · 0.80
createRadialGradient
Method · 0.80
toCanvasGradient
Method · 0.80
getColorAt
Method · 0.80
destroy
Method · 0.65
setColor
Method · 0.45
fillRect
Method · 0.45
save
Method · 0.45
restore
Method · 0.45
getContext
Method · 0.45
toCanvas
Method · 0.45
Tested by
no test coverage detected