mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
2749eb91f3
Before this change, transformed images would take up as much atlas texture space to fit them. However, we can easily run out of space for large images or images with large scaling applied. This change limits transformed images to their rendered bounds which is the window size in the worst case. Updates gio#219 (fixes the chat kitchen example) Signed-off-by: Elias Naur <mail@eliasnaur.com>