How to scale svg when added to a DrawableComposite?

I have a DrawableComposite to which I added a drawablePath and an Drawable svg.

Then I created a DrawableButton with the option DrawableButton::ImageRaw from the DrawableComposite.

But I cant figure out how to scale the svg inside the DrawableComposite?


I tried
 

setTransformToFit

on the Drawable Svg  but it seems to have no effect?

Hi Ahbee, this should be fixed in the latest tip. Does the change work for you?

Seems like its working,  thanks!