Bug Fixes
- macOS:
ImageFilesetSizenow resizes the underlying NSImage to match desired dimensions — previously only the view frame changed, leaving the intrinsic content size mismatched; also setsNSImageScaleProportionallyUpOrDown - macOS:
ImageFileresolves relative paths viaNSBundle.mainBundle.resourcePathfirst, then executable dir — fixes images not loading inside.appbundles - Android: APK now bundles
assets/,logo/,resources/,images/directories —ImageFile('assets/foo.png')works at runtime - Windows: Text widgets now transparent over gradient backgrounds —
WM_CTLCOLORSTATICreturnsNULL_BRUSHinstead of ancestor's solid brush - Windows: Image bitmap transparency uses ancestor background color —
reload_bitmap_scaledfills transparent areas with the nearest ancestor's bg color instead of white