GraphiteEditor/Graphite

Smarter placement of layers into the artboards that bound them

Open

#1.507 aberto em 11 de dez. de 2023

Ver no GitHub
 (8 comments) (0 reactions) (1 assignee)Rust (1.176 forks)batch import
Good First IssuePaper Cut

Métricas do repositório

Stars
 (25.662 stars)
Métricas de merge de PR
 (Mesclagem média 6d 9h) (65 fundiu PRs em 30d)

Description

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

Guia do colaborador