GraphiteEditor / GraphiteEditor/Graphite

Path nodes should be able to edit multiple vector table rows

Aperta
#1,822 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Graphene Paper Cut
Lingua principale
Rust
Stelle
27.2k
Fork
1.3k
Merge medio
20h 5m
PR unite (30g)
57

Descrizione

The *Path* (vector modify) node must store modifications for each shape's element ID now that we support multiple rows of vector data thanks to the work in #1834.

For now, we can do this based on index:

> you'd need a `HashMap` which would require refactoring all of the tools

(we don't have `RowId` yet, so we can use `usize` for its row index instead: `HashMap`)

In the future, we can attempt a smarter way of generating unique IDs: #1821.

Related: #1929.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.