OK, therefore, since this is not possible, the best way I've found is to embed the IText field in a Rectangle object using a group
var r = new fabric.Rect({
width: 200,
height: 200,
fill: '#FFFFFF',
});
var t = new fabric.IText("Hello world !", {
backgroundColor: '#FFFFFF',
fill: '#000000',
fontSize: 12,
top : 3,
});
var group = new fabric.Group([ r, t ], {
left: 100,
top: 100,
lockScalingX: true,
lockScalingY: true,
hasRotatingPoint: false,
transparentCorners: false,
cornerSize: 7
});
: http://jsfiddle.net/4HE3U/1/
. "" , . : fontSize/4