1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
JUCE/modules/juce_gui_basics/drawables
attila a99422efee Drawable: Add setDrawableTransform() and use it in SVGParser
Using this new function a previous bug is avoided where transforms
were applied differently to drawable paths and text elements.
2022-07-18 18:55:10 +02:00
..
juce_Drawable.cpp Drawable: Add setDrawableTransform() and use it in SVGParser 2022-07-18 18:55:10 +02:00
juce_Drawable.h Drawable: Add setDrawableTransform() and use it in SVGParser 2022-07-18 18:55:10 +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 Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01: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 Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_DrawableText.h Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
juce_SVGParser.cpp Drawable: Add setDrawableTransform() and use it in SVGParser 2022-07-18 18:55:10 +02:00