suika icon indicating copy to clipboard operation
suika copied to clipboard

A Web Graphics Editor Built with Canvas. 基于 Canvas 实现的图形编辑器

Results 5 suika issues
Sort by recently updated
recently updated
newest added

- [x] draw path tool #126 - [ ] anchor / control select tool - [x] support move anchor #127 - [x] support move handleIn and handleOn - [x] close...

feat

- [ ] 图形类改造。x、y、width、height 变成计算属性了 很多逻辑都要改成 递归逻辑。比如 渲染的时候,遇到 group 时,需要递归,注意需要是深度遍历,且为后序遍历,以保证渲染顺序 - [ ] 编组的旋转 - [ ] 编组的移动 - [x] 实现 group 命令 - [x] do(有问题) - [x] undo -...

feat