GraphiteEditor/Graphite

Deleting (dissolving) a point should scale its adjacent handles to minimize curvature change

Open

#2651 aperta il 18 mag 2025

Vedi su GitHub
 (4 commenti) (0 reazioni) (1 assegnatario)Rust (1176 fork)batch import
Good First IssuePaper Cut

Metriche repository

Star
 (25.662 star)
Metriche merge PR
 (Merge medio 6g 9h) (65 PR mergiate in 30 g)

Descrizione

Currently, using Delete to dissolve a selected point causes it to change shape:

Image

The default deletion mode for dissolving a point should aim to rescale the adjacent handles to best approximate the original curvature. See the algorithm described at https://math.stackexchange.com/a/879213/94039 which will hopefully work decently even in cases where an approximation of the original is required.

Guida contributor