Yifeng Wang
Yifeng Wang
Close #8380 This PR significantly improves the performance of block import operations by addressing several inefficiencies in the current implementation: - Removed the need to wait for `requestAnimationFrame` after each...
### TL;DR Replaced manual SVG DOM manipulation with the SVG.js library for improved graphics rendering in brush, connector, and shape elements. ### What changed? - Added `@svgdotjs/svg.js` as a dependency...
### TL;DR Added DOM-based renderer for connector elements in the AFFiNE editor. ### What changed? - Created a new DOM-based renderer for connector elements that uses SVG for rendering -...
