1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics/drawables
Attila Szarvas 6be90eeeaa Improve SVG text parsing capabilities
Prior to this change all <tspan> elements without x, and y attributes would
just inherit the parent elements such attributes and be placed in the same
location. This didn't respect whether these attributes were consumed already
by the parent.

Having multiple x and y elements, or having a different number of x and y
elements was also not handled in line with the rules for SVG.
2023-12-05 18:52:20 +00:00
..
juce_Drawable.cpp Drawable: Fix transformations by recalculating them on bounds change 2023-10-10 16:43:12 +02:00
juce_Drawable.h Drawable: Fix transformations by recalculating them on bounds change 2023-10-10 16:43:12 +02:00
juce_DrawableComposite.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableComposite.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableImage.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableImage.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00
juce_DrawablePath.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawablePath.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableRectangle.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableRectangle.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableShape.cpp Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableShape.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableText.cpp Add final specifiers in implementation files 2023-10-10 16:12:38 +01:00
juce_DrawableText.h Accessibility: Make createAccessibilityHandler public to allow calls from derived classes 2023-02-09 17:54:18 +00:00
juce_SVGParser.cpp Improve SVG text parsing capabilities 2023-12-05 18:52:20 +00:00