G icon indicating copy to clipboard operation
G copied to clipboard

💥 A flexible rendering engine for visualization.

Results 165 G issues
Sort by recently updated
recently updated
newest added

动画设置时间为无限,发现不能选择节点,切换至其它窗口,再切换回画布,发现可以选择节点了。

bug

### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / Document optimization - [ ] TypeScript definition update -...

SVG renderer on firefox renders HTML nodes at incorrect position. The position is not relative to the svg structure. Apparently, firefox is more strict when dealing with foreignObject tag compared...

bug

# 问题描述 1. 创建一个 `Group` 图元,在它下面挂载一个 `Rect` 图元 3. 给 `Group` 图元设置一个矩形的 `clipPath` 4. 使用 canvas 渲染器进行渲染,在设置 `enableRenderingOptimization: true` 时,可以观察到裁剪没有生效 复现地址:https://stackblitz.com/edit/react-j9yrujub?file=index.js,index.html 经测试使用 svg 渲染器,和不开启 enableRenderingOptimization 的 canvas 渲染时,一切正常。 如果直接把 clipPath...

bug

![image](https://github.com/user-attachments/assets/d4d13793-7170-4306-b9b9-ae9273c44aa4) G-React 不支持 React 19,问题原因:G-React 依赖了 react-reconciler[ @0.26.x](https://github.com/antvis/G/blob/next/packages/react-g/package.json#L48) - https://github.com/antvis/GPT-Vis/issues/68

enhancement

由于 Taro 注入了 window,导致 f2 engine 在 isBrowser 上判断不出来,导致微信小程序下会报错 ```ts // packages/g-lite/src/utils/canvas.ts export const isBrowser = typeof window !== 'undefined' && typeof window.document !== 'undefined'; ``` Taro 下 window 和...

### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Site / Document optimization - [ ] TypeScript definition update -...

我是用g6和@antv/g6-extension-react来使用react渲染节点,但是states变化之后,react重新渲染了,但是界面没有变化 通过打断点,一步步跟,发现是@antv/g-plugin-html-renderer里面的handleBoundsChanged导致的 @antv/g-plugin-html-renderer 2.1.27 没问题 @antv/g-plugin-html-renderer 2.2.1**有问题**

bug