Skip to content

Add methods to round polygon corners #480

Add methods to round polygon corners

Add methods to round polygon corners #480

Triggered via pull request June 21, 2024 18:36
Status Failure
Total duration 25s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
Build, lint, and test on Node 18.x
Process completed with exit code 1.
Build, lint, and test on Node 16.x
The job was canceled because "_18_x" failed.
Build, lint, and test on Node 16.x
Process completed with exit code 1.
Build, lint, and test on Node 18.x: src/draw-svg.ts#L112
'string' is assigned a value but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 18.x: src/point.ts#L11
'isPoint' is defined but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 18.x: test/svg-test.ts#L8
'Line' is defined but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 18.x: test/svg-test.ts#L8
'Polyline' is defined but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 16.x: src/draw-svg.ts#L112
'string' is assigned a value but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 16.x: src/point.ts#L11
'isPoint' is defined but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 16.x: test/svg-test.ts#L8
'Line' is defined but never used. Allowed unused vars must match /^_/u
Build, lint, and test on Node 16.x: test/svg-test.ts#L8
'Polyline' is defined but never used. Allowed unused vars must match /^_/u