1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/modules/juce_graphics
reuk 7e87d3e7a6
RenderingHelpers: Fix transformed linear gradients
Previously, the software renderer could render transformed gradients
incorrectly. This could be seen in the backgrounds of the tabs in the
ComponentTransformsDemo when the view was rotated through around 45
degrees.

The new behaviour appears more consistent with the other renderers.
2024-04-18 14:16:02 +01:00
..
colour Update licensing information 2024-04-16 11:39:35 +01:00
contexts LowLevelGraphicsContext: Replace glyph drawing functions with single drawGlyphs() 2024-04-18 14:16:01 +01:00
detail Add new Range related types that help working with attributed text 2024-04-18 14:16:01 +01:00
effects Update licensing information 2024-04-16 11:39:35 +01:00
fonts GlyphArrangement: Use ShapedText 2024-04-18 14:16:01 +01:00
geometry Update licensing information 2024-04-16 11:39:35 +01:00
image_formats Update licensing information 2024-04-16 11:39:35 +01:00
images ImageConvolutionKernel: Refactor and fix bugs in single-channel convolution 2024-04-18 14:16:01 +01:00
native RenderingHelpers: Fix transformed linear gradients 2024-04-18 14:16:02 +01:00
placement Update licensing information 2024-04-16 11:39:35 +01:00
unicode Add support for various traversal operations on Unicode strings 2024-04-18 14:16:01 +01:00
juce_graphics.cpp Add ShapedText 2024-04-18 14:16:01 +01:00
juce_graphics.h Add new Range related types that help working with attributed text 2024-04-18 14:16:01 +01:00
juce_graphics.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_graphics_Harfbuzz.cpp Add Harfbuzz dependency 2024-04-17 14:41:00 +01:00