diff --git a/__tests__/plots/interaction/penguins-point-highlight.ts b/__tests__/plots/interaction/penguins-point-highlight.ts index 7238334759..506b31f8bd 100644 --- a/__tests__/plots/interaction/penguins-point-highlight.ts +++ b/__tests__/plots/interaction/penguins-point-highlight.ts @@ -1,8 +1,6 @@ import { G2Spec, ELEMENT_CLASS_NAME } from '../../../src'; import { step, disableDelay } from './utils'; -// @todo Two circles are not drawn correctly. - export function penguinsPointHighlight(): G2Spec { return { type: 'point', diff --git a/package.json b/package.json index c703342a6d..98931255dc 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@typescript-eslint/parser": "^4.18.0", "ali-oss": "^6.17.1", "archiver": "^5.3.1", - "canvas": "^2.10.2", + "canvas": "2.11.0", "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "d3-dsv": "^3.0.1",