zhe he

Results 9 issues of zhe he

[emf.zip](https://github.com/g21589/wmf2canvas/files/8058507/emf.zip) this is a sample file.

fix: https://github.com/alibaba/hooks/issues/2331

Hello, I have a requirement in my React project to throttle using requestAnimationFrame. I noticed that lodash natively supports it, but ahooks has added extra logic to set a default...

question

更新:缩放根据当前点缩放,不再根据画布中心缩放。 新增:可偏移整个画布,不再僵硬的不可控画布 优化:增加缩放速率,缩放不在难用 效果图如下(更新前、更新后): https://github.com/nihaojob/vue-fabric-editor/assets/11306583/0317fe0f-a1ab-4dd1-9710-90ae6647dd63 https://github.com/nihaojob/vue-fabric-editor/assets/11306583/f8f9e0e6-b0fe-4c28-a223-780966d0772d

Form elements require a name or an ID, so I added a name to this element to resolve the browser warning

When I select an entire line of text or all the text, I cannot replace the content by typing any letter; I can only delete the selected content. That's when...

- OS: macOS 15.6.1 (24G90) - Browser chrome - Version @antv/[email protected] 、@antv/[email protected] ## Steps To Reproduce 1. 初始化一个画布 2. 创建一个圆 3. 把圆添加进画布 ```ts import { Canvas, CanvasEvent, Circle } from...

bug

我画了一个几个简单的图形,怎么把这个图形数据保存,以便下次进入画布的时候直接显示上次画的图形? 我需要有2个方法,类似下面这种: ```ts const node1 = new Circle({ style: { r: 100, // 半径 fill: '#1890FF', // 填充色 stroke: '#F04864', // 描边颜色 lineWidth: 4, // 描边宽度 }, }); node1.setPosition(200, 200);...

feature

Currently, the repository has versions 0.22.4, 0.21.0, and 0.19.5, but the npm package only has 0.19.5. Please publish the npm packages for versions 0.22.4 and 0.21.0.