I have a question regarding borders on textures. I assumed that the following would be equivalent regarding placing a border around an image, but it seems not:
I can't find much information in the wiki. Can anyone explain please?
Code:
<control type="image">
<texture border="5">image.png</texture>
</control>
<control type="image">
<bordersize>5</bordersize>
<texture>image.png</texture>
</control>