diff --git a/__tests__/integration/snapshots/animation/people-interval-split-merge/interval2-1.png b/__tests__/integration/snapshots/animation/people-interval-split-merge/interval2-1.png index 317a1ca84e..a46d7e318f 100644 Binary files a/__tests__/integration/snapshots/animation/people-interval-split-merge/interval2-1.png and b/__tests__/integration/snapshots/animation/people-interval-split-merge/interval2-1.png differ diff --git a/package.json b/package.json index 923b7422be..7933af8d11 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ "@antv/g-plugin-rough-svg-renderer": "^1.7.9", "@antv/g-plugin-control": "^1.9.5", "@antv/g-plugin-3d": "^1.9.5", - "@antv/g-svg": "^1.10.5", - "@antv/g-webgl": "^1.9.5", + "@antv/g-svg": "^1.10.7", + "@antv/g-webgl": "^1.9.8", "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^17.4.4", "@rollup/plugin-commonjs": "^21.0.2", diff --git a/site/examples/renderer/renderer/demo/meta.json b/site/examples/renderer/renderer/demo/meta.json index 4da3b547b6..f1ed7ca078 100644 --- a/site/examples/renderer/renderer/demo/meta.json +++ b/site/examples/renderer/renderer/demo/meta.json @@ -19,6 +19,14 @@ "en": "SVG Renderer" }, "screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*WUZgSL9cWnEAAAAAAAAAAAAADmJ7AQ/original" + }, + { + "filename": "webgl.ts", + "title": { + "zh": "WebGL 渲染器", + "en": "WebGL Renderer" + }, + "screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*WUZgSL9cWnEAAAAAAAAAAAAADmJ7AQ/original" } ] } diff --git a/site/examples/style/pattern/demo/custom-pattern-with-g-api.ts b/site/examples/style/pattern/demo/custom-pattern-with-g-api.ts index f61fcf0570..bfc8084474 100644 --- a/site/examples/style/pattern/demo/custom-pattern-with-g-api.ts +++ b/site/examples/style/pattern/demo/custom-pattern-with-g-api.ts @@ -81,8 +81,8 @@ chart }) .encode('x', 'name') .encode('y', 'country') - .encode('color', Infinity) - .style('radius', '50%') + .encode('color', '#edaa53') + .style('radius', Infinity) .style('inset', 1) .style('shadowBlur', 10) .style('shadowColor', 'rgba(0,0,0,0.3)') diff --git a/site/package.json b/site/package.json index a3658c7f6b..8a122dceca 100644 --- a/site/package.json +++ b/site/package.json @@ -10,12 +10,12 @@ "dependencies": { "@antv/data-set": "^0.11.8", "@antv/dumi-theme-antv": "^0.3.0", - "@antv/g-lottie-player": "^0.0.13", - "@antv/g-pattern": "^0.0.3", - "@antv/g-plugin-a11y": "^0.4.27", - "@antv/g-plugin-rough-canvas-renderer": "^1.7.27", - "@antv/g-svg": "^1.8.27", - "@antv/g-webgl": "^1.7.33", + "@antv/g-lottie-player": "^0.2.7", + "@antv/g-pattern": "^1.2.7", + "@antv/g-plugin-a11y": "^0.6.7", + "@antv/g-plugin-rough-canvas-renderer": "^1.9.7", + "@antv/g-svg": "^1.10.7", + "@antv/g-webgl": "^1.9.8", "antd": "^4.23.5", "d3-array": "^3.2.0", "d3-geo-projection": "^4.0.0",