googlefonts / fontra

A browser-based font editor
https://fontra.xyz
GNU General Public License v3.0
425 stars 19 forks source link

Interactive resizing of selection by selection bounds #1487

Closed ollimeier closed 1 week ago

ollimeier commented 1 week ago

Fixes #1368 This also prepares for #603

ollimeier commented 1 week ago

Further note from Just: We will separate:

Computation stores the current selection bounds in a scene model attribute. The rest of the code will use that attribute, unless it’s undefined.

justvanrossum commented 1 week ago

Maybe add those notes to #1492 instead.