Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Group #84

Closed
5 of 14 tasks
F-star opened this issue Sep 25, 2023 · 0 comments
Closed
5 of 14 tasks

Support Group #84

F-star opened this issue Sep 25, 2023 · 0 comments
Labels
feat feature improvements

Comments

@F-star
Copy link
Owner

F-star commented Sep 25, 2023

  • 图形类改造。x、y、width、height 变成计算属性了 很多逻辑都要改成 递归逻辑。比如 渲染的时候,遇到 group 时,需要递归,注意需要是深度遍历,且为后序遍历,以保证渲染顺序
  • 编组的旋转
  • 编组的移动
  • 实现 group 命令
    • do(有问题)
    • undo
  • 更改渲染逻辑,需要处理树形嵌套结构
  • UI 支持 tree 结构
    • 支持折叠
    • 支持基本的显示
  • 实现 ungroup 命令
    • do
    • undo
  • 实现编组正确的选择包围盒
@F-star F-star added the feat feature improvements label Sep 25, 2023
@F-star F-star closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feature improvements
Projects
None yet
Development

No branches or pull requests

1 participant