Type 2.0 #5106
Annotations
4 errors and 2 warnings
test/unit/type/loading.js > Loading Fonts > loadFont.await:
src/type/p5.Font.js#L100
TypeError: this.font.load is not a function
❯ Font.load src/type/p5.Font.js:100:24
❯ src/type/p5.Font.js:127:15
❯ p5.create [as loadFont] src/type/p5.Font.js:125:20
❯ test/unit/type/loading.js:21:30
|
test/unit/type/p5.Font.js > p5.Font > textBounds:
src/type/p5.Font.js#L100
TypeError: this.font.load is not a function
❯ Font.load src/type/p5.Font.js:100:24
❯ src/type/p5.Font.js:127:15
❯ p5.create [as loadFont] src/type/p5.Font.js:125:20
❯ test/unit/type/p5.Font.js:22:30
|
test/unit/type/p5.Font.js > p5.Font > fontBounds:
src/type/p5.Font.js#L100
TypeError: this.font.load is not a function
❯ Font.load src/type/p5.Font.js:100:24
❯ src/type/p5.Font.js:127:15
❯ p5.create [as loadFont] src/type/p5.Font.js:125:20
❯ test/unit/type/p5.Font.js:33:30
|
test
Process completed with exit code 1.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|