I have this line of code : <mx:LinkButton label=" New User " click="newUser()" icon="@Embed(source='images/addUser.svg')"/> and my svg file has 100px width and height. So when this button displayed - it will be scaled up and became huge (to fit 100px svg) So my question is how to make icon small enough to not enlarge the button?
