GraphiteEditor/Graphite

Smarter placement of layers into the artboards that bound them

开放

#1,507 创建于 2023年12月11日

 (8 条评论) (0 个反应) (1 位负责人)Rust (1,176 个派生)batch import
Good First IssuePaper Cut

仓库指标

星标
 (25,662 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, new layers are drawn, they are placed into the last selected artboard.

To improve upon this, we want:

  • Placing layers in correct artboard based on its location within the bounds of any artboard (#2110)
  • Transferring layers between artboards when dragged from one to the other upon release
  • When pasting from the clipboard, if no existing layers are selected, the content should go in the most recently selected (or drawn in/interacted with) artboard
    • When no layers are selected, clicking the New Folder button (in the Layers panel, next to the trash button) should place it in the most recently selected artboard

贡献者指南