mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
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. |
||
|---|---|---|
| .. | ||
| juce_Drawable.cpp | ||
| juce_Drawable.h | ||
| juce_DrawableComposite.cpp | ||
| juce_DrawableComposite.h | ||
| juce_DrawableImage.cpp | ||
| juce_DrawableImage.h | ||
| juce_DrawablePath.cpp | ||
| juce_DrawablePath.h | ||
| juce_DrawableRectangle.cpp | ||
| juce_DrawableRectangle.h | ||
| juce_DrawableShape.cpp | ||
| juce_DrawableShape.h | ||
| juce_DrawableText.cpp | ||
| juce_DrawableText.h | ||
| juce_SVGParser.cpp | ||