Skip to content

scene: Make ImageItem use linear filter and clamp-to-edges wrap mode

Vlad Zahorodnii requested to merge work/zzag/scene-image-item-linear-filter into master

Use the linear filter to ensure that the cursor doesn't look blocky with some scale factors and use the clamp-to-edge wrap mode to avoid potential artifacts when the image is scaled.

Merge request reports