Returns the bounding box for the sum total of all elements in the collection.
var shape = Pablo.rect({
width: 80,
height: 50
}),
bbox = shape.bbox();
alert([bbox.x, bbox.y, bbox.width, bbox.height]);
Returns the bounding box for the sum total of all elements in the collection.
var shape = Pablo.rect({
width: 80,
height: 50
}),
bbox = shape.bbox();
alert([bbox.x, bbox.y, bbox.width, bbox.height]);
Painting is just another way of keeping a diary.Pablo Picasso