leehaut opened a new pull request, #7955:
URL: https://github.com/apache/hop/pull/7955

   ## Summary
   
   - SWT 3.134 (Eclipse 4.36) enables monitor-specific UI scaling by default on 
Windows. `new Image(device, ImageData)` now treats the pixels as 100% zoom and 
SMOOTH-scales them to the monitor zoom, so toolbar, tree, and canvas icons look 
blurry at 200% DPI while remaining sharp at 100%.
   
   - Render SVG icons through `ImageDataProvider` so Batik re-rasterizes at the 
requested zoom (16×16 at 100%, 32×32 at 200%) instead of stretching a 100% 
bitmap.
   
   - Keep the old `ImageData` constructor on RAP/Hop Web


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to