1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics
reuk 92c7d73d2d
Direct2D: Fix image artefacts at the edge of alpha-clipped regions
This addresses the same issue that
95d416ab77 was intended to fix:

Drawing a drop shadow on a high-res display on Windows could sometimes
produce thin lines around the edge of the shadow. Using the 'clamp'
rather than the 'wrap' clipping mode seems to help.
2025-02-11 18:11:12 +00:00
..
colour PixelRGB: Fix pixel order issue when creating CGImages on iOS 2024-12-03 11:28:07 +00:00
contexts EdgeTable: Fix issue where edges of paths could be anti-aliased incorrectly at edges of clip regions 2025-02-03 19:16:46 +00:00
detail Add Ranges::covers 2024-12-04 16:50:36 +01:00
effects DropShadow: Revert recent shadow-scale change 2025-02-11 18:11:12 +00:00
fonts Font: Allow overriding typeface ascent and descent metrics 2025-01-29 13:36:28 +00:00
geometry EdgeTable: Fix issue where edges of paths could be anti-aliased incorrectly at edges of clip regions 2025-02-03 19:16:46 +00:00
image_formats MinGW: Remove support 2024-06-27 18:10:21 +01:00
images CoreGraphics: Fix bug where subsection images were rendered incorrectly 2025-02-03 13:56:31 +00:00
native Direct2D: Fix image artefacts at the edge of alpha-clipped regions 2025-02-11 18:11:12 +00:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode UnicodeGenerated: Remove redundant fields 2024-09-18 19:13:09 +01:00
juce_graphics.cpp Direct2D: Use Image NativeExtensions to avoid dynamic casts in graphics context 2025-01-23 12:21:33 +00:00
juce_graphics.h Bump version number to 8.0.6 2025-01-10 09:29:00 +00:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Deprecations: Add ignore deprecation warning macros 2024-11-27 11:07:04 +00:00
juce_graphics_Sheenbidi.c SheenBidi: Disable implicit-fallthrough warning for clang/gcc 2024-12-08 22:25:11 +00:00