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_gui_basics/drawables
attila ebc15c877c Fix drawing some SVG text elements that contain tspan elements
This commit mainly aims to fix some regressions caused by
20afcb5bf3, but it also fixes cases that
were rendered incorrectly even before.
2025-09-18 10:26:57 +02:00
..
juce_Drawable.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_Drawable.h Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
juce_DrawableComposite.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableComposite.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableImage.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableImage.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawablePath.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawablePath.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableRectangle.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableRectangle.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableShape.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableShape.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_DrawableText.cpp DrawableText: Add option to avoid trimming the start text 2025-09-18 10:26:57 +02:00
juce_DrawableText.h DrawableText: Add option to avoid trimming the start text 2025-09-18 10:26:57 +02:00
juce_SVGParser.cpp Fix drawing some SVG text elements that contain tspan elements 2025-09-18 10:26:57 +02:00