what is exactly returned by:
getBounds ( float & x,
float & y,
float & width,
float & height
)
… and what’s the impact on Drawable::draw()
Does JUCE check if there’s “nothing around” the drawable (empty regions), and only return a rectangular region where something is lying in by getBounds() ?
And if yes, does Drawable::draw() draw from point (x,y) on, thus considering it as drawing origin or does one have to manually adjust that?